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
Post a Comment