Example #1
0
 public void UpdateDestination()
 {
     if (_target)
     {
         navMeshAgent.SetDestination(_target.ClosestPoint(transform.position));
     }
 }