private void FixedUpdate()
 {
     movementPlayer.Move(axis);
 }