
Save System | ANTIPIXEL Unity
A downloadable tool
Save System | ANTIPIXEL Unity
Your game's memory!
(Download the documentation for free to learn everything about it)
This tool is a robust, easy-to-use saving framework for Unity 6 that allows you to save and load custom serialized data structures using JSON, whether it’s player stats, game progress, settings, inventory, or anything else. It includes a powerful abstraction layer, so you can design your own data formats and plug them into the system with zero friction.
Built-in encryption ensures your save files are protected from tampering or cheating, giving you peace of mind for competitive or progression-based games.
🚀 Key Features
- Custom Data: Supports any serializable structure via a flexible JSON-based abstraction.
- Simple API: One-liners to save, load, check existence, or delete data.
- Encryption: Keep your files safe from manipulation with optional AES.
- Cross-Platform: Works seamlessly across PC, mobile or any builds.
- Editor Tools: Inspect, and reset save files from the Project Settings.
💡 Perfect For
- Games with progress tracking, unlocked content, settings, inventories, player decisions or any persistent data.
- Developers who want full control over their save formats.
- Projects requiring secure, tamper-proof save data.
🧰 Includes
- Source code.
- Example scene.
- Clear documentation
🔎 Code Sample
// Load data = SaveSystem.Load<MyData>("key"); // Save SaveSystem.Save("key", data)
❤️ Support
If you found this asset useful, please consider a donation to help me continue creating. No matter the amount, every contribution counts. Thank you all so much!
👉 Check out all my other assets here
Published | 1 day ago |
Status | Released |
Category | Tool |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | Antipixel |
Made with | Unity |
Tags | antipixel, auto-save, data, encryption, json, load, persistent, save, serialization, Unity |
Links | Twitter/X |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $2.49 USD. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.