Example #1
0
 private void FixedUpdate()
 {
     movement.Rotate(horizontalInput);
     movement.Move(transform.right);
 }