Progression Tree Builder

v1.1.2

Installation

Follow this guide to install Progression Tree Builder in your Unity project.

Prerequisites: Make sure you have Game Creator 2 Core and Game Creator 2 Stats installed before proceeding.

System Requirements

ComponentVersion
Unity Editor2022.3.0f1 or higher
Game Creator 2 Core1.7.0 or higher
Game Creator 2 Stats1.1.0 or higher
TextMeshPro3.0.6 or higher

Install via Game Creator 2 Hub

The recommended way to install Progression Tree Builder is through the Game Creator 2 Hub.

  1. Open Game Creator 2 Hub

    In Unity, navigate to Window → Game Creator → Hub

  2. Navigate to the Store

    Select the "Store" or "Modules" tab in the Hub window

  3. Find Progression Tree Builder

    Search for "Progression Tree Builder" or browse the "Character Progression" category

  4. Install the module

    Click "Install" and wait for the import to complete

  5. Verify installation

    After installation, the module should appear under Assets/Plugins/ProgressionTreeBuilder/

Success: You should now see a new menu under Game Creator → Progression Tree Builder

Install Examples Package

The Examples Package contains complete example scenes and a preconfigured Warrior Skill Tree. We strongly recommend installing the examples to get started quickly.

  1. Open Game Creator Hub: Window → Game Creator → Hub
  2. Navigate to the "Modules" tab
  3. Search for "Progression Tree Builder" and expand the entry
  4. Find the sub-entry for "Examples"
  5. Click "Install" next to the Examples entry

After Installation

Project Structure

Verify that the following folder structure exists in your project:

Assets/
├── Plugins/
│   ├── GameCreator/
│   └── ProgressionTreeBuilder/
│       ├── Runtime/
│       ├── Editor/
│       ├── GraphEditor/
│       └── Documentation/
└── (Optional) PTB Examples/
    ├── Resources/
    └── Scenes/

Import TextMeshPro Essentials

If you haven't used TextMeshPro yet, Unity will automatically prompt you to import TMP Essentials when you open any scene. Click "Import TMP Essentials" when prompted.

Test the Installation

If you installed the Examples package, open the example scene to verify everything works:

Assets/Plugins/GameCreator/Installs/PTB.Examples@(version)

Press Play and test the skill tree interface.

Troubleshooting

Compilation Errors After Import

Make sure Game Creator 2 Core is installed and up to date. Reimport GC2 if necessary via the Package Manager.

Hub Not Showing Modules

Try the following:

  • Click "Refresh" in the Hub window
  • Verify package files are correctly placed in the Plugins folder
  • Restart Unity