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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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.