Search Issue Tracker
Duplicate
Votes
3
Found in
5.3.3f1
Issue ID
774688
Regression
No
Fullscreen Windows Standalone player opens on first monitor instead of main monitor
Fullscreen Windows Standalone player opens on first display instead of main display. https://oc.unity3d.com/index.php/s/2t42IbZjkdvS27Z- in this image first monitor is display nr. 1 (first is always from the left) and the main monitor is display nr. 2 (in windows display settings it is marked as "Main display").
If you start the game full screen, then it opens on the first display, but uses the resolution of the main display. This looks very weird when you have two monitors that have considerably different resolutions. For example, if one of the two displays is tilted 90 degrees, it messes up with "Display.displays[]" resolution list.
Reproducible on 5.3, 5.4.
Repro steps:
1. open project "5.3.3.zip".
2. build to Win Standalone. In player settings set "Default Is Full Screen" (Default is Native Resolution seems doesn't change anything).
3. launch standalone. On dual monitor setup, standalone will launch on the first monitor which is set in Windows Display Settings.
Expected: fullscreen standalone should launch on the main monitor.
Workaround:
use "-adapter N" command line argument from documentation http://docs.unity3d.com/Manual/CommandLineArguments.html
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #785131