Forum Discussion
Adron
10 years agoExplorer
Gear VR Loading screen freeze
Hi, i am making a loading screen for my Gear VR project. I also made a custom loading/splash screen. It runs very good. It contains two scenes: 1. the loading scene 2. the main scene The only...
peterept
10 years agoProtege
It might be the freeze is while activating the main scene - it sounds like something big being loaded on scene startup. If you debug out after the isDone if statement, maybe you can spot if that occurs before the freeze - which points to something going on when your new level starts.
You can detect that more easily if you use loadOperation.allowSceneActivation = false; first. Then debug out, and pause a bit before you activate the scene by setting that to true.
HTH
Peter
You can detect that more easily if you use loadOperation.allowSceneActivation = false; first. Then debug out, and pause a bit before you activate the scene by setting that to true.
HTH
Peter
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 6 years ago
- 1 year ago
- 5 months ago