Exemple #1
0
 // Update is called once per frame
 void FixedUpdate()
 {   //Have the walker choose a direction
     walker.step();
     walker.CheckEdges();
     chaser.step();
     chaser.CheckEdges();
 }