Reply To: Instantiate problem

Forums 💬 NodeCanvas 🗨️ General Discussion Instantiate problem Reply To: Instantiate problem

#14283
Gavalakis
Keymaster

    Hello,
    Wow… that’s a critical bug. Thanks!
    To fix this, please open up Blackboard.cs and in method ‘OnBeforeSerialize’, add at the very first line of the method (above #if UNITY_EDITOR) this hasDeserialized = false;
    Also, please do exactly the same in Graph.cs in the first line of it’s ‘OnBeforeSerialize’

    Thanks a lot for reporting!