Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.34f1
6000.0.7f1
Issue ID
UUM-74399
Regression
No
Name of the Material in the Material Hierarchy Popup window is cut off
*Steps to reproduce:*
1. Open the attached project
2. Select the material in the Assets folder named "New Material_1970_1970_1970_1970_1970"
3. Click the "Material Hierarchy Popup" button in the Inspector window
4. Observe the Material name at the top of the popup window
*Actual results:* Longer material names are cut off
*Expected results:* The field for the Material name has the overflow setting to showcase the whole name
*Reproducible with versions:* 2022.3.34f1, 6000.0.7f1
*Can’t test with versions:* 2021.3.39f1
*Tested on (OS):* macOS 14.5, Ubuntu 24
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Ellipsis overflow truncation is not an option on ImGUI, and this would require a lot of custom logic to fix. Given the low severity of the bug, I'm closing this as won't fix.