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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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