Ejemplo n.º 1
0
 // Update is called once per frame
 void FixedUpdate()
 {
     if (r)
     {
         controller.Action("r");
     }
     if (l)
     {
         controller.Action("l");
     }
     if (u)
     {
         controller.Action("u");
     }
 }