Example #1
0
 void FixedUpdate()
 {
     controller.Move(move * Time.fixedDeltaTime, crouch, jump);
 }