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

# Overview

***

#### <i class="fa-unity">:unity:</i> Unity Packages

<mark style="color:$info;">Explore our ecosystem of production-ready Unity plugins. Click on any package below to access comprehensive documentation, step-by-step integration guides, and advanced usage examples. Whether you are setting up architectural systems or optimizing your runtime workflow, you will find everything needed to build efficiently here.</mark>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><h4><i class="fa-bolt-lightning" style="color:$warning;">:bolt-lightning:</i></h4></td><td><strong>Event System</strong></td><td><mark style="color:$info;">Type-safe event management for Unity with efficient dispatching and advanced listener patterns.</mark></td><td><a href="/pages/xdfDjMoRoTsYCMhDjBJ3">/pages/xdfDjMoRoTsYCMhDjBJ3</a></td><td><a href="/files/PRnWcORIWyIbU4gj187P">/files/PRnWcORIWyIbU4gj187P</a></td><td><a href="/files/xlqcwTBDdlZkCgMKiLvL">/files/xlqcwTBDdlZkCgMKiLvL</a></td></tr><tr><td><h4><i class="fa-puzzle-piece" style="color:$warning;">:puzzle-piece:</i></h4></td><td><strong>Data Asset</strong></td><td><mark style="color:$info;">Convert custom classes into scriptable objects. Simplify persistent data management.</mark></td><td><a href="/pages/KK6eOVgbN3PXugPshytN">/pages/KK6eOVgbN3PXugPshytN</a></td><td><a href="/files/2aWBPH5cfhE6FPxo8WCY">/files/2aWBPH5cfhE6FPxo8WCY</a></td><td></td></tr><tr><td><h4><i class="fa-bug" style="color:$warning;">:bug:</i></h4></td><td><strong>Runtime</strong> <strong>Debug Tool</strong></td><td><mark style="color:$info;">An easy runtime debug overlay to tweak variables, trigger methods, and view real-time data directly in-game.</mark></td><td><a href="/pages/Xl4Mp8YDo4Elsj88H9PX">/pages/Xl4Mp8YDo4Elsj88H9PX</a></td><td><a href="/files/RinhIzQB3CwImzNrrXLG">/files/RinhIzQB3CwImzNrrXLG</a></td><td></td></tr><tr><td><h4><i class="fa-floppy-disk" style="color:$warning;">:floppy-disk:</i> </h4></td><td><strong>Save Load</strong></td><td><mark style="color:$info;">An easy to extend Unity framework for managing game saves.</mark></td><td><a href="/pages/yiFIUugvpQmyYCx1w4cq">/pages/yiFIUugvpQmyYCx1w4cq</a></td><td><a href="/files/GPFHjxdZjYJ6gUb5xoFA">/files/GPFHjxdZjYJ6gUb5xoFA</a></td><td></td></tr><tr><td><h4><i class="fa-medal" style="color:$warning;">:medal:</i></h4></td><td>Achievement</td><td><mark style="color:$info;">Achievement system with asset-driven trackers, hooks for fast integration.</mark></td><td><a href="/pages/BkHjPySyyIm1RmwJjjax">/pages/BkHjPySyyIm1RmwJjjax</a></td><td><a href="/files/jpjdZuG2nQsXJhB2WFn2">/files/jpjdZuG2nQsXJhB2WFn2</a></td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://mandor-labs.gitbook.io/mandor-labs-docs/title.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
