> For the complete documentation index, see [llms.txt](https://docs.meshmap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmap.com/unity-sdk/overview/getting-started.md).

# Getting Started

## Install Unity

1. Follow the steps to download and install [Unity Hub](https://unity.com/download), the desktop application for managing Unity projects.
2. Launch the app and go to Installs.
3. Click "Install Editor" and select **Unity 6000.0.58f2 LTS**.
   1. You may need to go to the [download archive](https://unity.com/releases/editor/whats-new/6000.0.50#notes).
4. Add the "Android Build Support" module (includes OpenJDK and Android SDK & NDK Tools).

***

## Your first Unity project

1. Select one of the [Example Projects](/unity-sdk/overview/example-projects.md) provided by MeshMap.
   1. These projects already have all the necessary assets, packages, settings, and permissions configured to support cross-platform XR development.
2. Clone the GitHub repository for your selected project to your computer.
3. In the top right of Unity Hub, click "Add" and select the project folder.
4. Click the project in the Hub to open the project.
   1. This may take several minutes the first time.


---

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