LogoDocs

Overview

The Basic Save System is a flexible and developer-friendly saving framework for Unity. It supports multiple formats (JSON/Binary), encryption methods (XOR/AES/None), autosaving, custom save slots.

Designed with extensibility in mind — add your own save data and integrate in minutes.

✨ Features

  • ✅ JSON or Binary save formats
  • 🔒 AES or XOR encryption
  • 💾 Manual & auto save (with an interval)
  • 🧠 Flexible save slots
  • 🧩 Modular & extensible via interfaces
  • 📁 Save default metadata or custom metadata

🔧 Installation

  • Import the package into your Unity project.
  • Open the Demo Scene.unity scene to see a working example.