Simple&Easy Save Game Tool
A downloadable tool
A simple and easy-to-use tool to save the data from your game into a single file.
Compatible with multiple types of variables and with minimum coding required, you can have as many save files as you need with the option to encrypt them to keep all the data secured.
Manage every option from the tool with the custom object and window inside Unity, including decrypt and re-encrypt save files for debugging purposes if needed and having your own custom encryption key to protect the files.
Tool tested in Unity 2019 and above
Also available in the Unity Asset Store https://u3d.as/2HcV
The tool is compatible with the next types of variables:
- int
- float
- bool
- string
- Vector2
- Vector 3
- Custom Class*
*To use custom classes, a specific interface must be used, the class must have the Serializable attribute and the variables inside must be serializable
Download
Click download now to get access to the following files:
Development log
- Small updates and general fixesMay 25, 2023
- Small update and improvementsDec 07, 2021
Leave a comment
Log in with itch.io to leave a comment.