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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -