Esempio n. 1
0
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.Space))
     {
         PathManager.RequestPath(transform.position, Target.position, OnPathfindingCompleted);
     }
 }