Search Issue Tracker
By Design
Votes
0
Found in
2019.3.0a3
2020.1.0a1
2020.1.0a5
Issue ID
1185671
Regression
Yes
[IMGUI] GameObjects or Menu scaling for 4k monitor is always distorted
For 4k monitors, when UI scaling is increased from the preferences window the file menu does not get scaled whereas the gameObjects and folders in different windows gets scaled accordingly. In contrast, when Windows UI scale is increased from display settings, the file menu gets scaled accordingly whereas the gameObjects and folders in different windows do not get scaled. Refer the attached screenshots.
Steps to reproduce:
1) Create a new project with a 4k monitor
2) Edit > Preferences
3) UI scaling > Custom scaling value > 200%
Actual Result: After project restart, the file menu does not get scaled but the gameObjects and folders in all the windows does.
Expected Result: After project restart, everything gets scaled uniformly
Occurring on: 2020.1.0a5, 2019.3.0b4
Working fine on: 2019.3.0a2
Environment: Only on Windows
Note: Only for 4k monitors
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
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
- Missing page when opening reference for Panel Text Settings
Resolution Note:
The UI scaling options in the preferences are to control the elements that are drawn and are controllable by the Unity Engine.Where as the MainMenu toolbar is OS provided one and the settings cannot be applied to them as with other Unity elements like Text and Icons