예제 #1
0
 void RotateTowardsNextPoint()
 {
     agent.GetPathTowards(target.position.WithY(0));
     agent.LookTowardsNextPoint();
 }