Search Issue Tracker
Won't Fix
Won't Fix in 1.4.X
Votes
3
Found in [Package]
1.4.1
Issue ID
OXRB-5
Regression
No
[OpenXR] Recentering in Tracking Origin Mode "Floor" with OpenXR is not working
Reproduction steps:
1. Open the user's attached project "OpenXR_Repro.zip"
2. Ensure that Open XR is the selected plugin
3. Navigate to Hierarchy > Template > XRRigDemo > XR Rig Component and change Tracking Origin Mode from "Device" to "Floor"
4. Build for Quest 1/2
5. Once the application opens, press and hold the home button on the controller to recenter the view
Expected result: Recentering in Tracking Origin Mode "Floor" with OpenXR works as expected
Actual result: Recentering in Tracking Origin Mode "Floor" with OpenXR is not working
Reproduces on: Open XR 1.3.1 - 1.4.1 (2020.3.33f1, 2021.3.1f1, 2022.1.0f1, 2022.2.0a11)
Could not test on 2019.4.38f1 due to OpenXR package not being available
Reproducible with these devices:
N/A, Oculus (Quest 2), Android 10, CPU: Snapdragon XR2, GPU: Adreno (TM) 650
Notes:
-Issue does not reproduce with Oculus XR plugin
-
h4ri
May 11, 2022 10:51
As I can see, this issue is there the whole time in all OpenXR plugin versions, would be very happy if it would work.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (1.4.X):
This is by-design.
In OpenXR, tracking origin mode.Floor maps to OpenXR space type - XR_REFERENCE_SPACE_TYPE_STAGE https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#reference-spaces .The Stage tracking origin is very similar to Floor . On Quest, if the room scale is being used, Floor would change with the system recentering but Stage will not. It makes Stage useful in any mixed reality applications. But in stationary, system recentering would still impact Stage origin.