Forums › 💬 NodeCanvas › 🗨️ General Discussion › How to get 'OnGraphSerialized' event › Reply To: How to get 'OnGraphSerialized' event
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 🙂
UnityEngine.ISerializationCallbackReceiver
ISerializationCallbackReceiver
Let me know if that works for you. Thanks!