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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
This is a duplicate of issue #785131