Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2019.4.15f1
2020.3
2021.2
2022.1
2022.2
Issue ID
1374381
Regression
No
Fullscreen Window mode ignores Supported Aspect Ratios when the player is running and resolution is changed
aspectReproduction steps:
1. Open Display Settings window: Right-Click on desktop > Display Settings
2. Open the attached project "ResolutionBug_QA.zip"
3. Click File > Build Settings > Build and Run
4. Once the player opens, switch windows with Alt+Tab to Display Settings window and change the resolution to 1920x1080
5. When Windows prompts you with "Keep these display settings" window, click the Revert button
Expected result: The resolution is limited to 16:9 aspect ratio
Actual result: The Supported Aspect Ratio is ignored when the display resolution is changed
Reproducible with: 2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2, 2022.2.0a1
Notes:
- If the player launches without respecting 16:9 resolution (the player window is not letterboxed), rebuild the project using Exclusive Fullscreen mode, close the player and build once more with Fullscreen Window mode.
-Can't reproduce on macOS
-Reproduced the issue using 32:9 monitor
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2022.2.X):
The "Supported Aspect Ratios" setting merely removes non-matching resolutions from Screen.resolutions array.
Unity cannot enforce resolutions based on the supported aspect ratios due to the fact that the machine might not support rendering at resolutions constrained by the supported aspect ratios setting.