User Recentering

We’re currently attempting to move our Unity project to using Open XR, after previously having used the OVR plugin - but we’ve hit a bit of a roadblock… We are trying to implement logic to detect when the user has performed the recenter event (held menu button in quest, used recenter button in Rift) so that we can perform our own logic - but we can’t find anything in Open XR that we would be able to hook into.

What is the recommended way of handling this in Open XR?

Thanks for any help!

I don’t know how it’s exposed in Unity, but the event in straight OpenXR is XrEventDataReferenceSpaceChangePending

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.