private void OnDisable()
 {
     if (playerInput != null)
     {
         playerInput.Disable();
     }
 }