Hey, I’m trying to use the tracking origin set to floor level, when I press play the floor is positioned where it should, but if I reset the view from the Oculus menu I get pushed down into the floor, also getting this in the template, why?
Also is there another way to get the guardian’s floor height so I can check the player height?
For the player height, the component the camera is parented to is always located at the playspace origin, so subtracting the height of that component from the height of the camera component should give you the players current height.
I think that behavior violates the OpenXR spec. The spec states that the stage reference space is located on the floor, so changing the height seems like unintended behavior. You should report that to the runtime vendor.