diff --git a/TNode/TNodeCore/Runtime/Components/RuntimeGraph.cs b/TNode/TNodeCore/Runtime/Components/RuntimeGraph.cs index 3457973..2727aef 100644 --- a/TNode/TNodeCore/Runtime/Components/RuntimeGraph.cs +++ b/TNode/TNodeCore/Runtime/Components/RuntimeGraph.cs @@ -19,11 +19,12 @@ namespace TNodeCore.Components{ /// /// Map of node id to runtime node /// - + [NonSerialized] public readonly Dictionary RuntimeNodes = new Dictionary(); /// /// The graph tool the current runtime graph is using /// + [NonSerialized] private GraphTool _graphTool; /// /// Inner graph tool to help with graph operations diff --git a/TNode/TNodeCore/Runtime/RuntimeNode.cs b/TNode/TNodeCore/Runtime/RuntimeNode.cs index 92b52f1..4003369 100644 --- a/TNode/TNodeCore/Runtime/RuntimeNode.cs +++ b/TNode/TNodeCore/Runtime/RuntimeNode.cs @@ -48,8 +48,6 @@ namespace TNodeCore.Runtime{ _portAccessors = RuntimeCache.RuntimeCache.Instance.CachedPropertyAccessors[_type]; - - } public List GetInputNodesId(){