Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anton111111's avatar
Anton111111
Expert Protege
2 years ago

How to create windowed app

How to create not Fullscreen app like native quest browser for example ? 

6 Replies

Replies have been turned off for this discussion
  • If you don't tick 'Initialise XR on Start Up' or 'Oculus' under the Android tab of the XR Plug-in Management panel, I'm pretty sure that's what you get. Your app runs in a flat 2D window rather than in full VR. I've not really tested the functionality you get (i.e. how/if inputs work) simply because I usually stop there after realising my mistake and do a new build.

    • fchen09's avatar
      fchen09
      Explorer

      I dont know why it does not work on my case. My app was windowed before installing Meta XR all-in-one SDK; however, it became VR-immersive after installation. Do you have any other suggestions? thanks!

      • baroquedub's avatar
        baroquedub
        MVP

        Did the SDK installation reset some of your project settings? ie Initialise XR on Start Up

  • Also would like to know this.

    Specifically how youtube VR is able to switch between 2d android and VR immersive modes.

    • Anton111111's avatar
      Anton111111
      Expert Protege

      I don't know exactly but i think it can be done with two different Activities. One for VR and another for windowed app.