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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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