> For the complete documentation index, see [llms.txt](https://noah-taylor.gitbook.io/super-simple-save-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noah-taylor.gitbook.io/super-simple-save-system/introduction.md).

# Introduction&#x20;

<figure><img src="/files/wfMYCJ0yK4gfhBZ2mJk3" alt="" width="375"><figcaption></figcaption></figure>

Welcome to **Super Simple Save System (SSSS)**!

SSSS is a lightweight, yet powerful Unity asset that allows you to **save and load your game state** easily. It supports a wide range of data types, including primitives, Unity objects, custom classes, ScriptableObjects, dictionaries, arrays, and more.

It also includes optional features like **encryption**, **screenshots on save**, and **editor tools** to streamline your workflow.

This documentation will guide you from installation to creating your first save/load system, and show you how to integrate it into your Unity project.
