Search Unity

Development for the XBox one platform. Window size.

Discussion in 'Scripting' started by Laush-Studio, Jul 25, 2020.

  1. Laush-Studio

    Laush-Studio

    Joined:
    Feb 28, 2015
    Posts:
    13
    When you start the game on the Xbox one console, the game does not run on the full screen (the screen is FullHD, and the screen resolution settings for the console are set to FullHD). What is the problem?
    Unity 2019.4.4f1

     
  2. WarmedxMints

    WarmedxMints

    Joined:
    Feb 6, 2017
    Posts:
    1,035
    Is this a UWP Build? If so, check your build settings are on D3D and not xaml
     
    Laush-Studio likes this.
  3. Laush-Studio

    Laush-Studio

    Joined:
    Feb 28, 2015
    Posts:
    13
    Yea. It is UWP Build. I had the XAML project build type installed. I just changed it to D3D and now there are no problems with it, it runs full screen. But now the cursor is missing from the game, you do not know how to make a standard cursor in the game with the D3D build type?