![Cross Platform Save](https://assetstorev1-prd-cdn.unity3d.com/key-image/6bddbd69-a3a9-4524-af6c-091523627d2f.jpg)
Cross Platform Save is a asset that can save and load C# objects. It's simple programming interface makes it very easy to use.
The save file gets encrypted when it's created, so it's protected from user modification. The save file is stored in the persistent data path and uses '.cpsd' extension.
The currently tested platforms are Standalone and Android, but it should work on other platform too as the asset is fully programmed in C#.