浏览代码

comment debug lines and push scene

/main
Amel Negra 4 年前
当前提交
3a9decf3
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 10
      UOP1_Project/Assets/Scenes/WIP/TestingGround.unity
  2. 4
      UOP1_Project/Assets/Scripts/Characters/StateMachine/Conditions/HasReachedRoamingDestinationSO.cs

10
UOP1_Project/Assets/Scenes/WIP/TestingGround.unity
文件差异内容过多而无法显示
查看文件

4
UOP1_Project/Assets/Scripts/Characters/StateMachine/Conditions/HasReachedRoamingDestinationSO.cs


protected override bool Statement()
{
Debug.Log("This agent is defined" + _agentDefined);
Debug.Log("This agent has path " + _agent.hasPath);
//Debug.Log("This agent is defined" + _agentDefined);
//Debug.Log("This agent has path " + _agent.hasPath);
return !_agentDefined || !_agent.hasPath;
}
正在加载...
取消
保存