Before I installed OpenXr for my project to have PassThrough they worked
perfectly. But now with OpenXr when I remove the Quests no OVRManager
events are triggered.
In this discussion
:https://forums.oculusvr.com/developer/discussion/77189/unity-unityengine-xr-recenter-not-working-on-questI
have posted an Answer, I hope it helps you
In this discussion
:https://forums.oculusvr.com/developer/discussion/77189/unity-unityengine-xr-recenter-not-working-on-questI
have posted an Answer, I hope it helps you
In this discussion
:https://forums.oculusvr.com/developer/discussion/77189/unity-unityengine-xr-recenter-not-working-on-questI
have posted an Answer, I hope it helps you
My solution to HandTracking recenter with Gesture Menu
(RawButton.Start)public static void RecenterHeadset() {#if
OCULUS_PLATFORM if (OVRManager.display != null) { float currentRotY =
CameraManager.Main.transform.eulerAngles.y; //This refence a
Cente...
Type your commentJoeyArena said: Being able to manually trigger a
recenter would actually be SUPER helpful with HandTracking only, unless
I'm missing how that works natively?It seems like a poor design if in my
game they have to pull up the Oculus me...