예제 #1
0
 void Update()
 {
     LockstepManager.Visualize();
     if (Input.GetKeyDown(KeyCode.Space))
     {
         LSAgent temp = controller.CreateAgent(AgentCode.Minion);
         //temp.Body.Parent = agent.Body;
     }
 }
예제 #2
0
 void Update()
 {
     LockstepManager.Visualize();
 }