예제 #1
0
 public void testPathfinding()
 {
     Debug.Log("testPathfinding");
     characterGround = GameObject.FindGameObjectWithTag("Player").GetComponent <Gravity>();
     RequestPath(characterGround.GetBotPosition(), to, testAction);
 }