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
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
- Color Picker preview rectangle doesn’t update when adjusting colors for Specular color field for Terrain Layer
- Character Controller fall through the ground when touches 100 colliders
- Paragraph Spacing and the 'line-height' tag are not working when the Advanced Text Generator is enabled
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