We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e77ae commit 2a6bfd5Copy full SHA for 2a6bfd5
Assets/com.alelievr.NodeGraphProcessor/Editor/BaseGraphWindow.cs
@@ -95,9 +95,6 @@ public void InitializeGraph(BaseGraph graph)
95
AssetDatabase.SaveAssets();
96
// Unload the graph
97
graphUnloaded?.Invoke(this.graph);
98
-
99
- if (!this.graph.IsLinkedToScene())
100
- Resources.UnloadAsset(this.graph);
101
}
102
103
graphLoaded?.Invoke(graph);
0 commit comments