private void LateUpdate() { mc.ApplyMovement(); mc.UpdateVelocity(new Vector3(mc.XVel, 0, 0)); mc.ApplyDrag(); }