SephirothSave is a function for managing Unity save data.
Just install assets and run static methods.SephirothSave was mainly confirmed with Unity version 2021.3.25f1.SephirothSave is the user to choose between using encryption and using GZip.It can also be saved automatically when switching scenes.SephirothSave is classified as a saved data management function.SephirothSave makes the load function available by executing the Save method.Also, if the Flush method is executed in this state, the load function can be used even after restarting.Other functions are to check if a key exists, to delete a key, and to delete all keys.