Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
2018.4
2019.4
2020.3
2021.1
2021.2
2021.2.0a10
Issue ID
1323970
Regression
No
Player Development Console doesn't scale with Display Scaling
Reproduction steps:
1. Open windows Display Settings and set scaling to 100%
2. Open attached Project "ConsoleScaling"
3. Build a Development Build with Script Debugging enabled
4. Run the Built Game
5. Take a note of how console looks like and close the application
6. In display settings, set scaling to 200%
7. Build and Run a Development Build again
Expected result: The Console Scales to the % set in Display Scaling (is twice as big in this case)
Actual result: The Console Scale is at 100%
Reproducible with: 2018.4.33f1, 2019.4.24f1, 2020.3.2f1, 2021.1.1f1, 2021.2.0a10, 2021.2.0a18
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
- [iOS] [Android] External library generics fail during IL2CPP build
- Animator State’s Multiplier field shows a Parameter that no longer exists when the Parameter was assigned and then deleted
- Shadows disappear and come back after couple frames when using OnDemand Shadows and OnDemand Reflection
- “Delete Selected Items” is still active in the menu when Label is not selected in New Sprite Library Asset window
- "View Generated Shader" button in Shader Graph Asset is not aligned with other buttons
Resolution Note:
Currently we dont have a proper support for high dpi scaling in IMGUI to fix this issue with small changes. This case requires an overhaul of DeveloperConsole to support the High dpi scaling which will be taken care by UITK team later.