public void CenterAvatar()
 {
     Body.Center();
     Hand.Center();
     MyActor.TransmitCalibrationPoint(MyCamera.position);
 }