McManning / BlueGraph

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

Lost port when reload #49

Closed hyhmm closed 2 years ago

hyhmm commented 2 years ago

Describe the bug when recompile or reopen project, the portMap in the node is empty.

maybe should delete the "portMap = new Dictionary<string, Port>();" in the node Constructor .