A simple and easy-to-use save game tool, with minimum coding required, save all the data from your game into a single file and encrypt it to protect the data.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 aboveThe 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