We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b708c12 commit 012540cCopy full SHA for 012540c
Packages/webxr-interactions/Runtime/Scripts/ControllerInteraction.cs
@@ -234,7 +234,7 @@ void LoadInputModel()
234
var inputProfileModelTransform = inputProfileModel.transform;
235
inputProfileModelTransform.SetParent(inputProfileModelParent.transform);
236
inputProfileModelTransform.localPosition = Vector3.zero;
237
- inputProfileModelTransform.rotation = Quaternion.identity;
+ inputProfileModelTransform.localRotation = Quaternion.identity;
238
inputProfileModelTransform.localScale = Vector3.one;
239
UpdateModelInput();
240
}
0 commit comments