Search Issue Tracker
Fixed
Fixed in 6000.0.61f1, 6000.2.9f1, 6000.3.0b6, 6000.4.0a2
Votes
0
Found in
2022.3.66f1
6000.0.58f1
6000.2.4f1
6000.3.0b2
Issue ID
UUM-117545
Regression
No
Create New Tile Palette dropdown text is not centered and text is cut off
Reproduction steps:
1. Create a new project
2. Open Tile Palette window (Window > 2D > Tile Palette)
3. Press on Create New Tile Palette dropdown
4. Observe Create New Tile Palette dropdown text
Actual result: Dropdown text is not centered vertically within the dropdown bounds and the first letter of the text is cut off
Expected result: Dropdown text is centered vertically within the dropdown bounds and the text is fully visible
Reproducible with: 2022.3.66f1, 6000.0.58f1, 6000.2.4f1, 6000.3.0b2
Couldn’t reproduce with: 2021.3.56f1 (No dropdown selection)
Reproduced on: Windows 11
Note: Text is not cut off on macOS Sequoia 15.4 (M4)
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
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
Resolution Note:
Unfortunately, this UX is part of the Dropdown menu API and would require custom UX code to change the space reserved for the "selected" icon.
Resolution Note (fix version 6000.4.0a2):
Fix for this issue is available on Unity 6000.4.0a2 and above