Prerequisites: Make sure you have Game Creator 2 Core and Game Creator 2 Stats installed before proceeding.
System Requirements
| Component | Version |
|---|---|
| Unity Editor | 2022.3.0f1 or higher |
| Game Creator 2 Core | 1.7.0 or higher |
| Game Creator 2 Stats | 1.1.0 or higher |
| TextMeshPro | 3.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.
- Open Game Creator 2 Hub
In Unity, navigate to
Window → Game Creator → Hub - Navigate to the Store
Select the "Store" or "Modules" tab in the Hub window
- Find Progression Tree Builder
Search for "Progression Tree Builder" or browse the "Character Progression" category
- Install the module
Click "Install" and wait for the import to complete
- 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.
- Open Game Creator Hub:
Window → Game Creator → Hub - Navigate to the "Modules" tab
- Search for "Progression Tree Builder" and expand the entry
- Find the sub-entry for "Examples"
- 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