Search Unity

Question Deployed Hololens 2 app is in windows

Discussion in 'AR' started by Xman236, Nov 16, 2020.

  1. Xman236

    Xman236

    Joined:
    Mar 5, 2018
    Posts:
    11
    Hello Community,

    I programmed an app in unity and deployed it to my hololens2.
    However, when I start the app, the models in the app are visualized in the windows (2D). How can I get rid of this window?


    upload_2020-11-16_22-0-30.png
     
  2. Kent1LG

    Kent1LG

    Joined:
    Dec 3, 2019
    Posts:
    19
    Hello Xman,

    I think you didn't enable the "Virtual Reality Supported" on the Player Settings/XR Settings :
    Add "Windows Mixed Reality - Depth Format 16-bit depth -| Enable Depth Buffer Sharing enabled"

    Be aware that maybe when you add the MRTK the default XR provider is the XR SDK from Unity. If it is, try to
    disable it (uninstall every XR SDK component of the Unity Package Manager).

    Keep me in touch,

    Kent1LG