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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.