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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.