Hello,
Unity: 2022.2.13
steamvr : 1.26.2
XR packages: latest at 4 May 2023
Basically when setting the Requested tracking origin mode to Device, steamvr doesnt seem to work correctly.
It seems to do it for around 3 seconds and then the screen flickers for 1 frame a bit, and now now its not in device mode anymore, I can check with GetTrackingOriginMode() and it will always say device but not behave like it.
What’s really weird is that a few days ago I was working on it and it did work correctly but today I come back and it does not.
The way I am testing if it’s really relative to an origin of the headset is by using OpenVRAdvancedSettings to play space ( shift the play space origin so the floor origin around).
When doing this during those 3 seconds mentioned above it doesnt budge but after the flicker I can move the play space around just as if it was in floor mode relative to an origin of the space.
The end goal is to not have the players being able to play space in game, so relative to an initial headset pos would be ideal.
- Is it just a steamvr openxr runtime issue that has nothing to do with unity?
- If I’m stuck with stage/floor mode, do you guys think it’s possible for me to kinda do my own relative mode ? ( calculate the runtime’s (0,0,0) in world space, check if it is being moved, reset if it does)
- Any other ideas that you have to prevent play spacing in your games?
Thank you!