A downloadable tool

Buy Now
On Sale!
50% Off
$4.99 $2.49 USD or more

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
StatusReleased
CategoryTool
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorAntipixel
Made withUnity
Tagsantipixel, auto-save, data, encryption, json, load, persistent, save, serialization, Unity
LinksTwitter/X

Purchase

Buy Now
On Sale!
50% Off
$4.99 $2.49 USD or more

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:

antipixel_save_system_unity.zip 126 kB

Download demo

Download
Save System Antipixel Unity Documentation.pdf 121 kB
Download
LICENSE.txt 890 bytes

Leave a comment

Log in with itch.io to leave a comment.