Skip to content

Commit 458527c

Browse files
committed
Expose migration function
1 parent ba0468c commit 458527c

File tree

1 file changed

+1
-1
lines changed
  • Assets/com.alelievr.NodeGraphProcessor/Runtime/Graph

1 file changed

+1
-1
lines changed

Assets/com.alelievr.NodeGraphProcessor/Runtime/Graph/BaseGraph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public void Deserialize()
463463
InitializeGraphElements();
464464
}
465465

466-
void MigrateGraphIfNeeded()
466+
public void MigrateGraphIfNeeded()
467467
{
468468
#pragma warning disable CS0618
469469
// Migration step from JSON serialized nodes to [SerializeReference]

0 commit comments

Comments
 (0)