You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously had support for automatic upgrading of nodes marked as [Deprecated] when a graph is loaded, but it ended up executing far too quickly while working with a graph in the editor (since I used OnBeforeSerialize).
Come up with a better solution and reimplement. For now - the method lives in Graph.UpgradeDeprecatedNodes but isn't called anywhere.
The text was updated successfully, but these errors were encountered:
Previously had support for automatic upgrading of nodes marked as
[Deprecated]
when a graph is loaded, but it ended up executing far too quickly while working with a graph in the editor (since I used OnBeforeSerialize).Come up with a better solution and reimplement. For now - the method lives in
Graph.UpgradeDeprecatedNodes
but isn't called anywhere.The text was updated successfully, but these errors were encountered: