# 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: 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/getting-started.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.
