浏览代码

Debugging agent issue not finding path

/main
Amel Negra 4 年前
当前提交
d516a82f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      UOP1_Project/Assets/Scripts/Characters/StateMachine/Conditions/HasReachedRoamingDestinationSO.cs

3
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);
return !_agentDefined || !_agent.hasPath;
}
}
正在加载...
取消
保存