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
- InspectorElement and AnimationMode memory leak when selecting different GameObjects in the Hierarchy with the Inspector tab open
- Previous model to world matrix is not correctly set for ASW
- More calls are made to GC.Alloc in an HDRP Sample Template when compared to the 2022.3 stream
- Generating Light Probe lighting returns inconsistent results on a specific mesh
- Two Warnings appear for every Soft Delete Operation when Deleting Sub Assets in the Project Browser
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.