serialization - Callback when GameObject is serialized -


is there callback (or other way) notified before unity3d serializes gameobject?

i need similar onserializenetworkview regular gameobject.

useful scenarios:

  • store non-serializable fields serializable classes
  • several possible optimizations on class fields

any idea?

you can have @ this function.

if implement custom assetmodificationprocessor, should able preprocess custom gameobject.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -