# Setup Guide

{% hint style="danger" %}
**Editor Pro** requires Game Creator 2 and can't work without it.
{% endhint %}

## Setup

1. [Setup and install Game Creator 2](https://docs.gamecreator.io/gamecreator/getting-started/installation/)
2. Download and install **Editor Pro | Game Creator 2** from the package manager

&#x20;

Then you can open the tool under Game Creator > Editor Pro in the Unity toolbar.

Optionally, you can install the example content.

{% hint style="info" %}
Editor Pro automatically adds any supported assets to the editor as soon as they are installed, making them ready for instant use.
{% endhint %}

&#x20;

**Installing the Example Content**

Open the Game Creator Install Window by going to Game Creator > Install..

Select the Editor Pro | Game Creator 2 Examples and click Install

The example content can then easily be found in the Editor Pro window. It adds one Global Name Variable asset, one Global List asset, and one Basic State Locomotion asset


---

# 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.fullscreen.no/info/game-creator-2-assets/editor-pro/setup-guide.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.
