# Getting Started

Welcome to the beginner's guide for the **Tactile** module in Game Creator 2! In this guide, you'll learn how to install the module and explore its included examples to kickstart your journey.

## Prepare your Project

To install the **Tactile** module, you'll need to either created a new project or opened an existing one beforehand.

## Checking Dependencies

It is important to note that **Game Creator 2** should be present before attempting to install the module.

## Installing the Module

Firstly, ensure that the Unity Editor console is free from any errors that might prevent the scripts from compiling.

If you haven't purchased the **Tactile** module, go to the Asset Store's product page and follow the instructions to acquire it.

{% stepper %}
{% step %}
In Unity Editor, go to "**Window**" in the top toolbar.
{% endstep %}

{% step %}
Select "**Package Manager**" from the dropdown.
{% endstep %}

{% step %}
Go to "**My Assets"** and type "**Tactile"** in the search bar to find.
{% endstep %}

{% step %}
Click on the package, then download and import the latest version.
{% endstep %}

{% step %}
Let your project finish compilation after installation.
{% endstep %}
{% endstepper %}

<figure><img src="https://348920791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeQ7CIxHuad77enwt80mG%2Fuploads%2FkrPahAIaXQbzReczjFXS%2FInstallTactileModule.gif?alt=media&#x26;token=daca6083-1735-4e0d-956f-7be1327797f7" alt="" width="563"><figcaption></figcaption></figure>

## Installing the Examples

{% stepper %}
{% step %}
Click on "**Game Creator**" in the top toolbar.
{% endstep %}

{% step %}
Choose "**Install**" to open the Installer window.
{% endstep %}

{% step %}
Find and expand the "**Tactile**" section.
{% endstep %}

{% step %}
Select "**Examples 1**" within the **Tactile** section.
{% endstep %}

{% step %}
Click the "**Install**" button to start the installation process.
{% endstep %}
{% endstepper %}

<figure><img src="https://348920791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeQ7CIxHuad77enwt80mG%2Fuploads%2FcD2NDvzffBg5k8mhAMGl%2Fimage.png?alt=media&#x26;token=1c308d73-18ee-4498-80b1-b3f416355ad2" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
Clicking on the Examples **install** button should install all dependencies automatically.
{% endhint %}

After installing the examples, click '**Select**' or go to the **Project Window**. Then, navigate to **Plugins/GameCreator/Installs/Tactile.Examples1@#.#.#/** to access the UMA examples directory.

<figure><img src="https://348920791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeQ7CIxHuad77enwt80mG%2Fuploads%2FTZxCOacloCiy6h0QxEzq%2Fimage.png?alt=media&#x26;token=46215f3b-e0ba-4017-bb55-9e1187563855" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://niam.gitbook.io/documentation/game-creator-2/tactile/getting-started.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.
