Forum Discussion
Sprakle
6 years agoHonored Guest
Quest project builds and runs, but stays stuck on 3 dot loading screen
I followed the official instructions for setting up Unity for Quest development.
I tried to build using the included example scenes. The build works fine, but when it runs on the quest, it stays stuck on the animated 3 dot loading screen.
The ADB logs show no errors, and even show various Unity logs while stuck, such as the focus gained and lost events. So I'm pretty confident that the build is running, just stuck behind the loading screen.
I've tried from scratch several times, factory reset my Quest, messed with all sorts of build settings, but can't make any progress.
I've attached the compiled APK in case that helps, and the full ADB logs.
Any suggestions?
Running on Unity 2019.2.21
8 Replies
Replies have been turned off for this discussion
Any progress on this?
I am dealing with the same issue.- BitPunkedHonored Guest
Are you using by any chance Unity Cloud Build? I had that same issues from any builds originating from Cloud Build.
I could build it locally, and the game would work perfectly.
@MadeinBrooklynGames - (the orig post is very old)
I had similar problems in the past - for me, the VR system wasn't being initialized. Assuming you are using a recent version of Unity, the Oculus Integration package and the Unity XR Plug-In Management system, check the following:
1) The XR Plugin Management has been installed, and the Oculus plugin activated
2) "Initialize XR On Startup" is checked
3) Confirm that you have removed the defaul main camera, and replaced it with an instance of the "OVRCameraRig" prefab.
4) If you arent using the Oculus Integration package, make sure the you have converted your default main camera to an XR Rig (right click it -> XR -> "Convert Main Camera to XR Rig" (which adds a "XRRig" script to it)
Hope some of this solves your issue.
- lufinkeyProtege
Unfortunately this didn't work for me. I have "Initialize XR on startup" checked for all systems, but whenever I made a "dev" build (seems to work fine with normal builds) I get stuck on the 3 dots still
- lufinkeyProtege
So it turns out that for me, this issue would only happen in OpenXR dev builds (release builds worked fine). So I just ended up switching back to the Oculus XR provider and it seems to work again.
- FUBARHonored Guest
If you figure out how to make a OpenXR dev build let me know!
- tpsetatiHonored Guest
Hi everyone. I'm facing the same issue, but on the Meta Quest 3 using Unity 2022.3.8f1. I've tried some of the suggestions posted here which would be relevant for the Meta Quest 3 using OpenXR, but I'm not winning. Any suggestions?
- tpsetatiHonored Guest
After a full work day and a weekend, I figured out what my issue was. Under XR Plug-in Management/OpenXR, the Android setting's Render Mode must be set to "Single Pass Instanced \ Multi-view." I had mine set to Multi-pass which did not work.
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
- 12 months ago
- 7 years ago