Hey there,
I'm getting an issue where when a scene is loaded additively via the scene manager using a CV1 we briefly drop out of our application and into the Oculus white room (i.e. the menu that's there if you have no VR applications running).
Here are the relevant parts of the loading routine:
Prevent dropping out whilst loading a new scene with Oculus
I'm getting an issue where when a scene is loaded additively via the scene manager using a CV1 we briefly drop out of our application and into the Oculus white room (i.e. the menu that's there if you have no VR applications running).
Here are the relevant parts of the loading routine:
Code (CSharp):
- {
- // unload previous level if necessary
- if...