Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.4.0b7
6000.5.0a6
Issue ID
UUM-133794
Regression
No
Object picker for Graph Toolkit Variables displays assets that can lead to InvalidCastException and FocusController has unprocessed focus events warning being thrown
Steps to reproduce:
- Open the attached project
- Open the typeTest.txmkr graph asset
- Try dragging the "New Terrain" Asset from the Project Window to the testTerrain_1 port value in the UniformNode
- Observe that assigning the Asset reference by drag and drop does not work
- Click the Object Picker icon for the testTerrain_1 port value
- Observe that "New Terrain" Asset is listed as an option
- Double-click on the "New Terrain" Asset to pick the object
- Observe the Console window
Actual results: InvalidCastException: Specified cast is not valid error is thrown that points to the GTK Module. "FocusController has unprocessed focus events. Clearing." warning is also thrown
Expected results: Object Picker does not display incompatible Type assets or fails gracefully, either through UI (Inspector window shows "Type mismatch" in the value field when performing an identical operation - image attached) or with a clean Error message indicating user error
Reproducible with versions: 6000.4.0b7, 6000.5.0a6
Can’t test with versions: 6000.0.67f1, 6000.3.7f1 (Graph Toolkit not available as a built-in module)
Tested on (OS): macOS 26.2, Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Add comment