Vault Save System

Vault Save System

Simple, reliable save data for Unity — one line to save, one line to load.

Any Pipeline Unity 2021+ Async Support No Setup Required

What is Vault?

Vault Save System gives you a clean, minimal API for saving and loading game data in Unity. No scene setup, no prefabs, no Awake() boilerplate — just call Vault.Save and Vault.Load.

Under the hood Vault handles crash-safe atomic writes, optional GZip compression and AES-256 encryption, multiple save slots (drawers), batch mode for bulk writes, async background I/O, and automatic data migrations between game versions.

Key Features

Get Started

Installation
Import from Package Manager. No scene setup required.
Quick Start
Save and load your first value in two lines of code.
Save & Load API
Full reference for Vault.Save, Vault.Load, and related methods.