When creating a VR game that can be played with a 6DoF headset is there a way to prevent the user from moving around the level. Just setting the tracking origin to Eye Level is not enough.
update - a hacky solution that kind of worked was calling Reset Orientation and Position (Position) on tick. Was still able to move vertically though.