浏览代码

removed texture example

/docs-update
Hunter-Unity 4 年前
当前提交
56a22426
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 3
      Project/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgentDynamic.cs

3
Project/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgentDynamic.cs


m_OrientationCube = Instantiate(Resources.Load<GameObject>("OrientationCube"), oCubePos, Quaternion.identity);
m_OrientationCube.transform.SetParent(transform);
var texture = Resources.Load<Texture2D>("Textures/texture01");
m_JdController = GetComponent<JointDriveController>();
m_JdController.SetupBodyPart(hips);
m_JdController.SetupBodyPart(chest);

正在加载...
取消
保存