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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
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