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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
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.