A downloadable asset

Download NowName your own price

💾 Lix Save System v2.1.1 (Unity)

Link to Full Documentation: https://www.sillylix.com/Docs/SaveSystem/SaveSystem.html

Lix Save System is a robust, modular, and easy-to-use save system for Unity, designed for both beginners and advanced developers. It provides a clean API for saving and loading game data while remaining highly customizable through dependency injection, encryption, and serialization interfaces.

Whether you just want to save a few values or build a fully custom persistence pipeline, this system scales with your project.

Features

  • Save & Load Supported Types:
    • All primitive types (int, float, bool, string, etc.)
    • Vector2, Vector3, Vector4
    • Quaternion
    • decimal
    • List<T> (where T is a supported type)
    • Dictionary<TKey, TValue> (where both TKey and TValue are supported types)
  • Strong Type Safety: Prevents loading data as the wrong type.
  • JSON-Based Serialization: Human-readable, optional pretty print.
  • Optional AES Encryption for secure data storage.
  • Fully Customizable: File name, save path, file extension.
  • Modular Architecture: Custom encryption, serialization, file storage (cloud, database, etc.).
  • Safe handling of unsupported or null values.
  • Compatible with Unity 6 (6000+).
  • webGL support

🔧 Customization & Extensibility

Lix Save System is built with interfaces, allowing you to replace core functionality:

  • ISaveSystemEncryption – custom encryption logic
  • IGameSerializer – custom serialization (JSON, XML, Binary, etc.)
  • IFileIO – custom storage (cloud, PlayerPrefs, database, etc.)

Suitable for:

  • Small indie games
  • Large projects
  • Prototypes
  • Production releases

Requirements

  • Unity Engine 6 or newer (Tested on 6000.0.61f1+)
  • Basic understanding of C# and Unity scripting

Example Usage

https://www.sillylix.com/Docs/SaveSystem/SaveSystem.html#exampleUsage

Example Scene

Includes a demo script and scene to test the system in-editor and in build (Both for standalone and WebGL)

📚 Documentation

Contributor

Visual Designer: Zahra

📜 License

License details: https://www.sillylix.com/assetsInfo/SaveSystem.html#license

Attribution is not required, but greatly appreciated ❤️

Updated 1 day ago
StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorSillyLix
TagsAsset Pack, encryption, free, json, save-data, save-system, Unity, unity-asset, unity-save-system, unity-tool
Average sessionA few seconds
LanguagesEnglish
LinksHomepage
AI DisclosureAI Assisted, Code, Text

Download

Download NowName your own price

Click download now to get access to the following files:

LixSaveSystem-2.1.1.unitypackage 754 kB
LixSaveSystem-2.1.0.unitypackage 754 kB

Development log

Comments

Log in with itch.io to leave a comment.

If you want new type's added or some other features comment it here!

If you find bugs or you know a better way to do somethings please tell me about it!