# Overview

<figure><img src="/files/Zs1zkJ2KMtbLWEIYj1YK" alt=""><figcaption><p>Create Unity 3D, VR, and AR apps for any platform with the Scans API</p></figcaption></figure>

The **MeshMap Unity SDK** is a suite of modular Unity packages designed to accelerate the creation of **location-based XR experiences**.

* [Core](/unity-sdk/core.md)
* [XR](/unity-sdk/xr.md)
* [Magic Leap 2 Support](/unity-sdk/magic-leap-2-support.md)
* [Building Blocks](/unity-sdk/building-blocks.md)

It provides ready-to-use samples, building blocks, and cross-platform integrations that let you focus on creating content instead of boilerplate code.

The goal is to provide Unity developers of all skill levels with tools that simplify and accelerate their workflow from weeks to minutes.

***

## Principles

* **Modular design** — install only the packages you need.
* **Cross-platform support** — including Magic Leap 2, Meta Quest 3, and XREAL Air 2 Ultra.
* **Rapid prototyping** — common systems like rigs, interactors, UI, events, save, audio, and utilities are pre-built.


---

# Agent Instructions: 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://docs.meshmap.com/unity-sdk/overview.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.
