Search Issue Tracker
Active
Under Consideration for 0.4.X
Votes
0
Found in [Package]
0.4.0-exp.1
Issue ID
GTFB-1396
Regression
No
[GTK] Changing the node's type does not refresh nodes in the graph
Steps to reproduce:
- Open the attached project GTKNodes
- Open the graph under Editor/New Graph.simpleg
- Open the script Editor/SequencerNode.cs
- Change the node's inherited type from Node to ContextNode
- Switch to the editor to view the New Graph.simpleg graph
- Observe the already existing SequencerNode and create a new one next to it to see the difference
Note: changing the node's inherited type also results in this error:
NullReferenceException: Object reference not set to an instance of an object
Unity.GraphToolkit.Editor.Implementation.GraphModelImp.OnEnable () (at ./Library/PackageCache/com.unity.graphtoolkit@516997d56518/GraphToolkitPublic/Implementation/GraphModelImp.cs:46)
Unity.GraphToolkit.Editor.GraphObject.OnEnable () (at ./Library/PackageCache/com.unity.graphtoolkit@516997d56518/GraphToolkitEditor/Model/GraphObject.cs:350)
Unity.GraphToolkit.Editor.Implementation.GraphObjectImp.OnEnable () (at ./Library/PackageCache/com.unity.graphtoolkit@516997d56518/GraphToolkitPublic/Implementation/GraphObjectImp.cs:52)
Actual results: The note stays the same despite having a different structure
Expected results: The node should be refreshed/clearly invalidated
Reproducible with versions: 0.1.0-exp.1 (6000.2.0a9), 0.4.0-exp.1 (6000.3.0b3)
Tested on (OS): 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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment