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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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.