Serialization
TODO
official: https://docs.unity3d.com/ScriptReference/Serializable.html
Serializing list: https://stackoverflow.com/questions/41787091/unity-c-sharp-jsonutility-is-not-serializing-a-list
Also serializing list: https://answers.unity.com/questions/577514/serialization-of-list.html
FormerlySerializedAs
: Naming compatibility when variable's name is changed: https://blog.unity.com/technology/renaming-serialized-fields
JsonUtility
: Unity built-in JSON serialization tool. Provides function FromJson
and ToJson
. Cannot serialize dicts. ref:
Last updated
Was this helpful?