Forum Discussion
empzurg
4 years agoExplorer
I implemented this for my Quest app running Unity OpenXR by following the 2 steps in this blog post about splash screens.
https://developer.oculus.com/blog/instant-runtime-driven-splash-screens/
Add your Splash Screen PNG under assets/vr_splash.png
Update your manifest to include the following -> <meta-data android:name="com.oculus.ossplash" android:value="true"/>