McManning / BlueGraph

Visual Scripting Framework for Unity
MIT License
236 stars 30 forks source link

Reimplement [Deprecated] attribute #9

Open McManning opened 3 years ago

McManning commented 3 years ago

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.