Hey!
Im using Stingray VR for academic purposes and I am having some truble with changing level. I know how to do a basic level switch but not have to appear on a certain point on the next level, only the coardinate from the previous level.
Solved! Go to Solution.
Bonjour,
I have the same problem on a project.
With Oculus, the HMD is stick on floor in the new level too. (I haven't try with Vive)
It's a bug that I've report one or two week ago on bêta forum.
Hope they fixed it 🙂
Philippe
You should be able to just set the tracking space of the VR when the level is loaded (or maybe delay by a slight fraction).
If you know the exact co-ordinates of where you want to start, you can just type those in, or use a marker in your level.
(Obviously use the Oculus nodes if you have an Oculus)
Something else to note, you CAN store a global vector & rotation variable of your location prior to exiting the level and re-place yourself by calling it on level loaded. Depending on what you are trying to accomplish, i figured id interject with this. For example if your level was a house, when you enter the foyer of the house the room was your "new level" and you unload all the outside assets and load all the inside assets in the new level, this would be a use case as the location would need to be identical to feel smooth.
Globals are persistent to the world, not the level.
Paul
Can't find what you're looking for? Ask the community or share your knowledge.