JCSUnity - Save System
This is a introduction of how JCSUnity does for the game data save/load system. There are main three ways that you could do saving and loading in Unity Engine with C#. JCS_BinGameData - In binary format JCS_XMLGameData - In XML format JCS_JSONGameData - In JSON format