Ejemplo n.º 1
0
 // Update is called once per frame
 void Update()
 {
     GraphVisualizer.DrawPath(path);
     DrawPath();
     if (canIGo)
     {
         RidePath(path, Time.deltaTime);
     }
 }