public void Move(Vector2 input, float speed)
 {
     PhysicsUtility.ApplyForceToReachVelocity(rb, 6.2f * input, 100000);
 }