Forum Discussion
8 Replies
- ImmersiveMatthewAdventurer
I will add that both the Profiller and the Runtime Debugger connect, but show no real time data whatsoever. Just blank like the Quest itself. Why are others not getting this? My project is nothing special but I am running Vulkan which did run fine before.
- hockenmaierHonored Guest
I'm having the same issue. Builds to the Quest 2 stopped working on Wednesday 10/13/21 with no update or action I initiated.
I've tried:
- Updating and removing/installing all XR related Unity plugins
- re-cloning my project fresh
- Re-installing Unity and Android build tools
- Taking some steps found on forums involving inserting an android manifest file with specific uses-features turned on into the Assets/Plugins/Android folder of my project
Literally nothing works. No unity splash logo, no build failures or anything. Just a black screen with the "loading ellipsis" when I run the app on the Quest.
If anyone finds anything I am all ears. Need to get my project up and running on Quest again.
- Instavr.ruExplorer
I have the same problem. Just black screen with three circles. This only applies to OpenXR. When I switch Oculus in XR Plug-in Management my build on Quest 2 works well.
- Instavr.ruExplorer
Did you find the solution?
- Instavr.ruExplorer
I found at least some solution. Change order of Vulkan & OpenGLES. So, now Oculus build works
- ImmersiveMatthewAdventurer
By changing the order you are no longer rendering with Vulkan so only a fix if you are ok with OpenGL.
- Instavr.ruExplorer
I think it doesn't matter because Unity does all this equally well
- GustorvoProtege
Passthrough In Oculus Integration 33.0 is not compatible with your headsets latest firmware, which is, I suppose, v35. Solution: if your headset version is v35, make sure to use the latest oculus integration package as well, v35 is recommended, even though v34 might still work.