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