When a user clicks exit in the Quest system Menu overlay, my OpenXR
app's session state transitions from XR_SESSION_STATE_STOPPING ->
XR_SESSION_STATE_IDLE (as per OpenXR spec) but nevers transitions to the
XR_SESSION_STATE_EXITING state unless an ex...
Hello, i was wondering does the Oculus OXR mobile runtime/loader support
third-party layers (installing and dynamically loading them) and also
what would the situation be in terms of distrubing apps using this on
the Oculus store, would this violate ...
@NeedForLightSpeedThere is an unpublished extension for accessing
environment depth maps, you can get the headers from the "Oculus Mobile
OpenXR SDK" v57, extension name is XR_METAX1_environment_depth, the
header file is metax1_environment_depth.h
@VoodooUomo@lionleafOkay I found the cause of the bug! it is the
XR_MSFT_hand_interaction extension, it is not enough to not provide
suggested bindings for this interaction profile, the extension must not
be enabled entirely otherwise suggested bindi...