Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Apk build runs in a small window in oculus quest

Discussion in 'VR' started by NewMagic-Studio, Mar 28, 2023.

  1. NewMagic-Studio

    NewMagic-Studio

    Joined:
    Feb 25, 2015
    Posts:
    454
    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.
     
  2. thep3000

    thep3000

    Unity Technologies

    Joined:
    Aug 9, 2013
    Posts:
    400
    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).
     
  3. NewMagic-Studio

    NewMagic-Studio

    Joined:
    Feb 25, 2015
    Posts:
    454
    I had unchecked the oculus in android thanks
     
    thep3000 likes this.
  4. petergray219

    petergray219

    Joined:
    Dec 16, 2023
    Posts:
    1
    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.