07-23-2020 02:18 PM - edited 07-23-2021 11:24 AM
This thread is to highlight latest developments regarding Oculus and OpenXR! If you're running into any issues with OpenXR and/or have feedback to share, leave it as a comment in this thread!
Latest Update
7/23/21: Oculus opens full support for OpenXR, deprecating proprietary APIs!
Full Support for OpenXR means that we:
A year from now (August 31, 2022), Compatibility Support for Oculus Native Mobile and PC APIs will end and they will be Unsupported. Existing applications will continue to function on Oculus devices, but our level of support will change.
Read the full details in the following blog: https://developer.oculus.com/blog/oculus-all-in-on-openxr-deprecates-proprietary-apis/
Past Updates
7/23/20: As of v19, we are officially supporting OpenXR 1.0 implementation. Developers can now submit their OpenXR apps to the Oculus Store. For mobile, please use the OpenXR loader that shipped with v19 or higher. You can find the latest PC SDK version here and the latest version of the OpenXR SDK here.
Known Issues (will be fixed in future release):
If you have any questions regarding this release, please post them as a reply to this thread!
08-06-2020 05:44 AM
11-22-2020 11:52 AM
04-22-2021 02:10 AM
Hi, I am finding that the grip pose position returned from OpenXR is at the tip of the controller instead of the palm like the specs say. Is this the 'grip pose is misaligned' known issue? When will it be fixed? I already updated to all the latest runtimes (Oculus CV1). This is a big barrier to cross platform code as Index and Vive return the correct position.
04-23-2021 11:06 AM
@koochyrat The grip pose is misaligned issue was fixed about a year ago (released in v20 or v21 afair). (FYI: This issue manifested as the aim and grip poses for Oculus PC OpenXR returning the same values - but as I say this was fixed a long time ago.)
From testing with both the PC Runtime and the Mobile Runtime, I see the grip pose is at the palm as required by the spec, and the aim pose is at the tip of the controller as allowed by the spec. Can you see the difference between the grip and aim pose? (A good visual example of this the "Grip and Aim Pose" conformance test for OpenXR runtimes: https://github.com/KhronosGroup/OpenXR-CTS/blob/devel/src/conformance/conformance_test/test_ActionPo...)
04-24-2021 08:38 PM
I'm testing it in Unity via the OpenXR plugin and its ControllerSample scene in editor. The grip position exactly at the aim position at the tip of the controller, there is no difference. I reinstalled the latest runtime v28.0.0.222.469 and both Rift CV1 and Quest 2 via Link gives the same result. I also checked the OpenXR runtime is set to Oculus. This is what I am getting in the scene: https://imgur.com/a/j3hkFMY
Here are the steps to reproduce:
1) Create empty project in Unity 2020.3.4 and import the OpenXR plugin 1.0.3 in Package Manager
2) Import the OpenXR plugin's ControllerSample via Package Manager
3) Open the ControllerSample scene and press play
4) Notice the grip and aim pose axis objects are at the exact same position
5) Run the same scene using SteamVR's OpenXR runtime using Vive and Index
6) Notice the grip and aim pose objects are separate and the grip position is correctly at the palm.
04-24-2021 08:45 PM
Also I've submitted a ticket on this @mouse_bear
04-25-2021 08:35 AM
Ok, I've just updated the OpenXR plugin to the just released 1.1.1 and this issue is fixed. It was a problem on Unity's side, not Oculus.
04-26-2021 11:51 AM
Thanks for the update @koochyrat .
07-23-2021 06:39 PM
Does this mean that the Oculus Integration SDK will be deprecated in Unity?