private void JoyStickFeedback()
 {
     CalculateHandRotationDiff();
     HapticFeedback.VibrateRight((Mathf.Abs(xDiff) + Mathf.Abs(zDiff)) * 2);
 }