FlowCanvas Forums › Support › Unpacked prefab bug › Reply To: Unpacked prefab bug
Hello and thanks for letting me know.
To fix this, please open up BlackboardEditor.cs file and add the following line of code just above line #72
1 2 3 | this.variablesProperty = null; |
Thank you!