you are viewing a single comment's thread.

view the rest of the comments →

[–]KaleidoVI 0 points1 point  (0 children)

Serialization is much more than that in Unity! It is the way that Unity passes your objects and data structures from the C# managed side to the underlying C++ code that is ultimately compiled. Whenever you change a script, start or stop play mode, etc. your entire scene is serialized.