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
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
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.