> For the complete documentation index, see [llms.txt](https://fantacode.gitbook.io/parkour-and-climbing-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fantacode.gitbook.io/parkour-and-climbing-system/gamecreator2-integration.md).

# GameCreator2 Integration

This system can be easily integrated into GameCreator2 controllers.

### Step 1: Enable GameCreator2 support

Enable GameCreator2 support from the welcome window (<mark style="color:green;">Tools/Parkour & Climbing System/Welcome Window</mark>)

<div align="left"><figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FbtWuLIauH2zNh2RLa3VB%2FScreenshot%202024-02-08%20193554.png?alt=media&amp;token=d76218ab-c631-4f68-bd81-4489e9fe1d49" alt=""><figcaption></figcaption></figure></div>

### Step 2: Add parkour and climbing animations

Open Animator Controller from <mark style="color:green;">Assets\Fantacode Studios\Parkour And Climbing System/Game/Animators</mark>, copy all state machines and paste it on your  Animator Controller, and enable <mark style="color:green;">**Ik Pass**</mark>

<div align="left"><figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FepmfCjGUhI2rDfPnte60%2FPG%20(1).png?alt=media&amp;token=084c90a0-d54e-438e-bbac-498be6dba9c9" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2Ft1PremEafMV8o5ZuFzDZ%2FScreenshot%202024-02-08%20191351.png?alt=media&amp;token=ea14f444-8c01-4d9c-9800-c92fcbc2872e" alt=""><figcaption></figcaption></figure></div>

### Step 3: Integration&#x20;

You can easily integrate our system into the GameCreator2 with a single click

Open helper window

<div align="left"><figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FN7d17z5nhyYQnNaEZX0G%2FScreenshot%202024-02-17%20210046.png?alt=media&amp;token=9ce98d7b-3ced-44cf-a5c8-287c361fe0fb" alt=""><figcaption></figcaption></figure></div>

<figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FCHAgN4AHdIdfUkfAdUNn%2FScreenshot%202024-02-08%20192619.png?alt=media&amp;token=15dafe22-61dd-4c58-a27f-10dde938bd54" alt=""><figcaption></figcaption></figure>

Assign the player's Animator controller and click the Integrate button

### Add GameCreator2 Default jump

#### Create a **name variable**

<div align="left" data-full-width="false"><figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FKTxmh8NEvmNv2ifNX7s7%2FScreenshot%202024-02-19%20161231.png?alt=media&amp;token=5b003ab6-7089-4427-9c63-01ef2e19f208" alt=""><figcaption></figcaption></figure></div>

#### Set the name to jump and the value to boolean

<figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FZ9d9KIMYmb0qeiLmfJW4%2FScreenshot%202024-03-06%20122805.png?alt=media&amp;token=986162b5-61bb-4784-b478-1461a84b7723" alt=""><figcaption></figcaption></figure>

#### Create a trigger for the jump and give conditions and instructions like this

<figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FDi4EWu3ZyTjENgoceDLf%2FScreenshot%202024-03-06%20122815.png?alt=media&amp;token=e3da2c11-feaa-4390-b5ce-1c3fb816e7dc" alt=""><figcaption></figcaption></figure>

Activate the "Vertical Jump" option in the `GC2_IntegrationHelper` script&#x20;

<div align="left"><figure><img src="https://2072522777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFBh2TZqtexSybhI3ygp%2Fuploads%2FZ53DyIojaYhaXvKA4LD5%2FScreenshot%202024-08-13%20155946.png?alt=media&amp;token=b27219c9-dfc7-4a58-91d0-7aa6abc85dfd" alt=""><figcaption></figcaption></figure></div>
