I'm building a Scene in Unity (2019.4), using Oculus Integration v23.1.0. I have a set of teleport destinations, and I'd like to customize the orientation of the user after teleporting to any of these points so they'll be facing a certain direction (relative to the destination) upon landing.
I've tried using the various Teleport Orientation Handlers (360, Thumbstick Head Relative, Thumbstick Forward Facing, etc.) and have tried rotating the actual TeleportDestination objects (as well as the Orientation child objects under them), but still can't seem to ensure that the user faces where I want them to after teleporting.
I'd appreciate any suggestions! I feel like this must be something simple that I'm missing. Thank you.