Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
0
Found in
6000.4.0b5
6000.5.0a4
Issue ID
UUM-132386
Regression
No
"Graph View Editor Window Imp" text is truncated in the Overlays Preferences
Steps to reproduce:
- Create a new Unity project using a 3D Universal Template
- Go to Edit > Preferences > Overlays
- Observe the text above the first property
Actual results: the text is truncated and says "Graph View Editor Window Imp"
Expected results: the text is not truncated (not sure what it should be)
Reproducible with versions: 6000.4.0b5, 6000.5.0a4
Can’t test with versions: 6000.3.5f1 (such property does not exist)
Tested on (OS): Windows 11
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
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
- [UI Toolkit] Delete key deletes the incorrect character and allows for an extra character deletion when language direction is set to RTL
- Dropdown property is cut off and adds unnecessary side padding when a Sub Graph is used as a node in Shader Graph
- All text in the Project Settings Window is still Tinted White after deleting Text in the Search Window
Resolution Note:
This window takes the name of the class where the overlay is instanciated. In the context of GTK, the window class name is GraphViewEditorWindowImp. So nothing is truncated.
Resolution Note (6000.5.X):
This window takes the name of the class where the overlay is instanciated. In the context of GTK, the window class name is GraphViewEditorWindowImp. So nothing is truncated.