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

# Introduction

### **Hop to the** [**Time Crystal Documentation**](/arawn/modules/time-crystal.md)**...**

**I believe the currently available save solutions for Unity are catering to 2010s-era coders, not to 2025’s game designers and indie developers.** The learning curve is too steep, overly code-centric, and often requires users to build bridge classes or modify the core code of other assets. Game designers - as well as their coding counterparts - need solutions that are easy to use, yet robust enough to handle sophisticated projects without requiring edits to third-party code or the creation of bridge classes.

**You have probably already asked yourself:**

*Why did I have to write code just to save a prefab?*\
*Why did I need to manage IDs and register objects manually?*\
*Why did I need to read a 50-page manual to make something persistent?*

That’s not game development. That’s punishment.

***

I wanted a save system that worked like the rest of Unity should have worked:

* Drop a component.
* Choose what you want to remember.
* Click save.
* Done.

No compiler errors. No architecture meetings with yourself. No forum archaeology to figure out how to restore an object that was just working a minute ago.

So I built Crystal Save.

***

Of course, it’s not perfect, and it took some time to get there.\
But It is fast and it’s easy to use.\
And when someone finds something that breaks ...I fix it. Not next quarter. Today, if I can.

Because I don’t believe in “customer pipelines.”\
I believe in users who build games at night and want things to work **tonight**.

***

You won’t find any cryptic API reference PDF.\
You’ll find two components and a Save Menu that installs itself.

You won’t find marketing buzzwords.\
You’ll find Supabase integration, WebGL save encryption, Unity cloud saves, themeable UIs, and MemoryPack performance.\
\
And you won’t have to *configure* them. You’ll *use* them.

***

Every line in my changelog is there because **someone needed it**.

Crystal Save is what happens when you stop designing for developers\
and start designing for the **people who actually make games**.

***

*Let Unity do the rendering.*\
*Let Crystal Save do the remembering.*\
*You? You build.*

*Arawn*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arawn-software-publishing.gitbook.io/arawn/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
