# Setup

![(Download Game Creator from the Asset Store)](/files/-LdeDyqadDUIgsmwJbjl)

Setting up **Game Creator** is really easy.

1. Open the Asset Store and search for Game Creator
2. Download the latest version and check your Unity version is compatible
3. Open your Unity project or create a new one
4. Click on Open in Unity and it will automatically install

{% hint style="info" %}
Note that Game Creator supports the latest [Unity LTS](https://unity3d.com/unity/qa/lts-releases) version.
{% endhint %}

Once you have **Game Creator** imported in your project you can start developing your game.

If this is the first time you're using it, we recommend you check out the **Example Scenes**. To open them, simply open the **Module Manager** \[⌘ + Shift + M] and click the **Enable** button in the option ***Game Creator Examples***.

![(Click on Enable to install the Examples module)](/files/-LdeFGU8AXxVqV6U8Fqm)

{% hint style="warning" %}
The directories **Plugins/GameCreator** and **Plugins/GameCreatorData** and their content must always be at the root of the project and should never be moved.
{% endhint %}


---

# 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.gamecreator.one/quickstart/setup.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.
