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

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -