// Use this for initialization void Start() { // Get path finder component m_PathFinder = GetComponent <PathFinder>(); // Get steering core component m_SteeringCore = GetComponent <SteeringCore>(); SetDestination(m_DebugTransform.position); }
// Use this for initialization void Start() { m_SteeringCore = GetComponent <SteeringCore>(); }