> 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

Thanks to our plugin, you can take advantage of all the Unity Engine features as it is the same development environment used in the OVER app. You can integrate major 3D formats like fbx, dae, 3ds.

## Pre-requisites

1. Download [Unity Hub](https://unity.com/download)
2. Download [Unity version 6000.3.18f1](unityhub://6000.3.18f1/5ebeb53e4c07)&#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="https://123660717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xdubHTzJACGqFIM7yJy%2Fuploads%2FvMlJwDY9l0mOIwOU6UlR%2FScreenshot%202024-07-25%20170828.png?alt=media&amp;token=c7fac449-d952-4038-9e9c-164e4c755df8" alt="" width="563"><figcaption></figcaption></figure>

* Create a Cube inside the OVER\_Asset

<figure><img src="https://123660717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xdubHTzJACGqFIM7yJy%2Fuploads%2F108rSzNAXQyzR8s4I7Rc%2FScreenshot%202024-07-25%20171110.png?alt=media&amp;token=356b1ccc-fb68-44d0-b337-cc81cdfc6c34" 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="https://123660717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xdubHTzJACGqFIM7yJy%2Fuploads%2FYltEPxdlwgDGoGDO3AaC%2Fimage.png?alt=media&amp;token=2b1c12be-08bf-44fe-8b8f-663d2aa8d0e2" 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)
