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
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
Is this a UWP Build? If so, check your build settings are on D3D and not xaml
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?