浏览代码

Fixing compile error

Variable "model" is undefined.
/develop-gpu-test
Jonathan Harper 5 年前
当前提交
e333abf8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UnitySDK/Assets/ML-Agents/Editor/DemonstrationImporter.cs

2
UnitySDK/Assets/ML-Agents/Editor/DemonstrationImporter.cs


ctx.AddObjectToAsset(ctx.assetPath, demonstration, texture);
ctx.SetMainObject(demonstration);
#else
ctx.SetMainAsset(ctx.assetPath, model);
ctx.SetMainAsset(ctx.assetPath, demonstration);
#endif
}
catch

正在加载...
取消
保存