Publisher | Arkham Interactive |
---|---|
File size | 57.98kB |
Number of files | 5 |
Latest version | 1 |
Latest release date | 2015-05-01 08:17:17 |
First release date | 2013-09-20 11:46:12 |
Supported Unity versions | 2018.4.2 or higher |
This lightweight extension allows data to be saved between runtimes. While the system functions much like UnityEngine.UserPreferences, this extension allows the developer to save any serializable class and all structures. The file that is exported in written and read using standard .NET XML functions, but can be saved with a custom extension to prevent tampering. Implementation is quick and easy- just be sure all saved classes are marked with the 'serializable' attribute, and that all serialized fields are public. Files can be saved and loaded to any path, but are saved in the streaming assets path by default.