> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/setting-up/quick-start.md).

# Quick Start

## Pre-requisites

1. Download [Unity Hub](https://unity.com/download)
2. Download [Unity version 2022.3.62f2](unityhub://2022.3.62f2/7670c08855a9)&#x20;
3. Install the modules:&#x20;
   1. Universal Windows Platform Build Support
   2. Mac Build Support
   3. WebGL Build Support
   4. iOS Build Support
   5. Android Build Support
4. Create [OVER Account](https://builder.ovr.ai/home)
5. Get [OVER API Key](https://builder.ovr.ai/api-keys)

## Installation

1. Create 3D or Open Unity Project
2. `Window > Package Manager > + > Add package from git URL` , enter: `https://github.com/OVR-Platform/unity-sdk.git#upm`

## Getting Started <a href="#getting-started" id="getting-started"></a>

* Open the scene
* Right Click inside the Hierarchy Tab
* OVER > OVER\_Asset

<figure><img src="/files/ZE1hl3ddmy31MLA9n8EJ" alt="" width="563"><figcaption></figcaption></figure>

* Create a Cube inside the OVER\_Asset

<figure><img src="/files/9y7IAiriGrFkPCihJLcA" alt="" width="563"><figcaption></figcaption></figure>

* Open the Over Editor panel with **CTRL + SHIFT + O** or

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/eESqIBln1ZvvlfqrPe52/Immagine%202022-04-29%20162022.png" alt=""><figcaption></figcaption></figure>

* Once opened you need to log in with your Access Token ([How to get your access token](https://github.com/OVR-Platform/unity-sdk#create-and-use-your-over-api-keys))
* navigate to the Publication section
* Insert/Generate  Thumbnail Image, Thumbail video
* Publish

<figure><img src="/files/8yFzxwACAdfRJ6a2BulK" alt=""><figcaption></figcaption></figure>

* Open the **OVER App** > Lab > Staging OVRLand

For more info refer to our [GitHub](https://github.com/OVR-Platform/unity-sdk)


---

# 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://docs.overthereality.ai/over-sdk-manual/setting-up/quick-start.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.
