Publisher | Autosave Syndrome |
---|---|
File size | 249.28kB |
Number of files | 5 |
Latest version | 1 |
Latest release date | 2017-07-24 04:20:33 |
First release date | 2014-01-30 09:43:13 |
Supported Unity versions | 2018.4.2 or higher |
Easily and securely save your data to a text file using this system. The system works much like PlayerPrefs but instead of saving to the registry, it saves to a separate file or files. The system functions by encrypting the data and saving it into a text file. It then loads the data and decrypts it so the data is ready to use.
If the save file is opened by a text editor such as Notepad, and then altered, the save data would become corrupt as it would with any other game's save file.
Able to save integers, floats, bools, strings as well as arrays, lists, vectors, colors and quaternions. It can also save transforms (position, rotation and scale).
If the save file is opened by a text editor such as Notepad, and then altered, the save data would become corrupt as it would with any other game's save file.
Able to save integers, floats, bools, strings as well as arrays, lists, vectors, colors and quaternions. It can also save transforms (position, rotation and scale).