Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

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:
    395
    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:
    383
    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).
     
    NewMagic-Studio likes this.
  3. NewMagic-Studio

    NewMagic-Studio

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