# Demo Scene

HeroBridge includes **one demo scene** designed to demonstrate how to create a runtime character customizer using **HeroBridge** and **Synty Studios Sidekick Modular Character System**.

#### **Location**

After installing the example content, the demo scene can be found at:\
\&#xNAN;**`Assets/Plugins/GameCreator/Installs/HeroBridge.Examples@1.0.0/Scenes/Customize Character`**

#### **Overview**

This is the official **demo scene from HeroBridge – Sidekick Integration for Game Creator 2**, showcasing the **runtime character customizer** in action.

It demonstrates how **HeroBridge** seamlessly connects **Game Creator 2** with **Sidekick**, enabling full modular character customization entirely through **visual scripting**, with **no coding required**.

#### **Built With**

The entire demo scene is built using **Game Creator 2’s visual scripting system**, powered by the new **HeroBridge instructions and properties** to manage modular parts, materials, and blendshapes at runtime.

#### **What You Can Do**

In this demo, you can:

* **Cycle** through modular parts such as **hair, outfits, and accessories**
* **Change** part **colors** in real time
* **Adjust** the **body shape** using blendshapes

#### **Try It Online**

You can preview the **Customize Character** demo scene on **itch.io** before purchasing HeroBridge.\
This allows you to explore how HeroBridge integrates with Sidekick and Game Creator 2 directly in your browser.

{% hint style="warning" %}
The **“Play Demo Scene”** button shown in the **online showcase** launches the **Game Creator 2 Traversal 2 demo scene**.\
This scene is **not included** in the HeroBridge package, it’s simply used online to **test out the character you customized** and **see it in action** within a gameplay environment.
{% endhint %}

{% embed url="<https://fullscreenstudios.itch.io/herobridge>" %}


---

# 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/herobridge/setup-guide/demo-scene.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.
