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

App Screen in Hololens

Discussion in 'VR' started by Almypal, Jul 19, 2017.

  1. Almypal

    Almypal

    Joined:
    Jun 29, 2017
    Posts:
    20
    Hello All,

    When I create an app for the hololens, the window is a blank white screen. Is there a way to add graphics to that screen? I am assuming I would need to add some XAML to the application window in the VS project but, I can't find the main screen.

    Note: When you click on the white screen that is placed on the wall, my application starts.

    Thanks
     
  2. JasonCostanza

    JasonCostanza

    Unity Technologies

    Joined:
    May 23, 2017
    Posts:
    404
    The white screen you're referring to, is this the app tile that you pin to your space? If so, that is set under the visual studio project. Select the Project menu at the top, open [project name] Properties, select Package Manifest, open the Visual Asset tab and fill in graphics for all the needed icons you're missing.

    Unity can set various icon options under the Player Settings. More info on that area is here: https://docs.unity3d.com/Manual/class-PlayerSettings.html
     
  3. Almypal

    Almypal

    Joined:
    Jun 29, 2017
    Posts:
    20
    I will give that a try. Thank you very much.