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
- Crash on RaiseException when creating a multiplayer room while toggling UI
- Performance Markers “Add Column” dropdown has a lot of empty space when opened
- Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
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