コード例 #1
0
ファイル: Enemy.cs プロジェクト: Lyrcaxis/Hack-and-awesome
 void RotateTowardsNextPoint()
 {
     agent.GetPathTowards(target.position.WithY(0));
     agent.LookTowardsNextPoint();
 }