diff --git a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs index e9c6e7d..d5aec28 100644 --- a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs +++ b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs @@ -454,7 +454,7 @@ namespace Passer.Humanoid { avatarNeckHeight = GetAvatarNeckHeight(); #if pUNITYXR - if (headTarget.unityXR != null) + if (isRemote == false && headTarget.unityXR != null) headTarget.unityXR.UpdateSensorLocation(); #endif