Hello,
i tried to test another app in a new proyect and when i run the apk it just appears in a small window, i have another project with another apk which runs fine but don’t know why in this new project runs in a small window. I see the settings is full screen for both projects.
Can you check that the Oculus or OpenXR loader is active in XR Plug-in Management? Sounds like your app is starting as a 2d android app.
Edit > Project Settings > XR Plug-in Management > Android. Make sure initialize on startup is enabled and either oculus loader or openxr loader is active (if openxr, make sure the meta quest feature set is enabled in the openxr section).
I had unchecked the oculus in android thanks
Your new project’s Oculus Quest apk likely launches in a small window due to incorrect XR Plugin Management settings. Check Edit > Project Settings > XR Plugin Management > Android and ensure Initialize on Startup is enabled for either Oculus Loader or OpenXR Loader (if using OpenXR, verify Meta Quest Feature Set is enabled too). This activates VR mode for your app, resolving the windowed issue. Remember, both projects might have Full Screen settings, but VR runtime initialization differs, causing the discrepancy.