Reply To: How to get 'OnGraphSerialized' event

Forums 💬 NodeCanvas 🗨️ General Discussion How to get 'OnGraphSerialized' event Reply To: How to get 'OnGraphSerialized' event

#13749
Gavalakis
Keymaster

    Hello again,

    That’s easy 🙂
    Just implement the UnityEngine.ISerializationCallbackReceiver to your class.
    I have made it so that the ISerializationCallbackReceiver is called as normal for the types serialized within the graph 🙂

    Let me know if that works for you.
    Thanks!