Search Issue Tracker
By Design
Votes
0
Found in
2021.3.16f1
2022.2.1f1
2023.1.0a24
Issue ID
UUM-22330
Regression
No
Moving the Editor or built project between displays causes UI Toolkit elements to change size
How to reproduce:
1. Open the attached “repro-project.zip“
2. Click on Game View
3. Move the Editor between different monitors
Expected result: UI elements should stay the same size when changing between displays.
Actual result: UI elements change in size when changing the display.
Reproducible with: 2021.3.16f1, 2022.2.1f1, 2023.1.0a24
Could not test with: 2020.3.43f1 (Missing functionality)
Reproducible on: macOS 11.6.5 (Intel), macOS 13.0.1 (M1)
Note: The issue could be reproduced in the build as well.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
When using ConstantPhysicalSize in the panelSettings, the UI get scaled as a function of the dpi of the monitor. The game view uses the DPI setting of the monitor it is currently on, so that is why the size changes between the displays.