ESave
A Save System for Unity
ESave is a cost-free solution for seamless saving and loading in your game development projects. Whether you're a seasoned developer or just starting out, this tool empowers you to effortlessly manage game data with ease.
Save Any Data Type
ESave can save and load any serializable data type. With just a single line of code, you can save and retrieve your game data.
Save Unity Types
If you've tried saving Unity data types into a file, you've probably learned the hard way that they cannot be saved. ESave offers workarounds for some of the main data types that developers would need to work with.
Encryption
Utilize the AES algorithm to encrypt every save (or just the ones you choose)
Background or Main Thread
Choose which files should handle saving and loading in the background.
Infinite Saves
Ever wondered how modern games support infinite save states? ESave supports any number of saves, even allowing the player to create new saves during runtime with its file-based structure.