# Setting up Unity

Zoe for Unity is a plugin for the game engine [Unity](https://unity.com/).&#x20;

{% embed url="<https://youtu.be/UqG0sm9w83w>" %}

* Follow the instructions and install the recommended Unity compatible version stated on our [download page.](https://unity.zoeimmersive.com/installation/www.zoeimmersive.com/unity/download) Do not use the version in the tutorial, just take the most up to date version you see [here](/zoe-for-unity-help-center.md).
* Make sure to install the necessary packages (iOS, Android,...) depending on the platform you want to build for.
* When the Unity version has been installed, click on 'New Project'.
* Choose the `3D Core` template, fill the Project Settings and click on `Create Project`.

<figure><img src="/files/uB8wYXP2GMs4CfeMTF84" alt=""><figcaption><p>New Project</p></figcaption></figure>

* Wait until Unity opens up the project.


---

# 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://unity.zoeimmersive.com/installation/setting-up-unity.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.
