Search Issue Tracker
Fixed in 1.10.0
Votes
0
Found in [Package]
1.0.2
Issue ID
1190607
Regression
No
Oculus XR Plugin SetTrackingOriginMode does not work on the first frame
Steps to reproduce:
- Unity 2020.1.0a7
- Unzip and open the attached case_1190607-VR (2).zip
- Build and Run for Android on an Oculus Quest
Expected:
- The camera starts in a floor-relative position.
Observed:
The camera starts in a device-relative position - the head is in the floor.
In the Apetest scene, on the gameobject named "GameObject" there is a script called Test. This script attempts to set the TrackingOriginMode on the first frame, but the function returns false. If you insert a single frame delay, it works fine.
Oddly, I cannot reproduce this issue starting from an empty project. Is it possible that something to do with SRP is causing a timing issue?
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 1.10.0):
Fixed SetTrackingOriginMode() not working on the first frame issue. Fix will be released in 1.10.0 package.