Requirements
System Requirements
| Component | Version |
|---|---|
| Unity Version | Unity 6 (6000.0) or newer |
| Render Pipeline | URP (HDRP volume swap documented) |
| Game Creator 2 | Core 2.x (required) |
| TextMeshPro | Required for the UI components |
| Input System | Required for the demo scenes |
| COZY: Stylized Weather | Optional (bridge included) |
Game Creator 2 must be installed and updated first. Biome Manager registers its demo content in GC2's install window and its visual scripting nodes require GC2 Core.
Installation Steps
- Import Game Creator 2
From the Asset Store / Package Manager. Open it once so it finishes its own setup.
- Import Biome Manager
The plugin installs to
Assets/Plugins/BiomeManager/ - Wait for compilation
Five assemblies are compiled: Common, Runtime, GameCreator, UI and Editor.
Package Structure
Assets/Plugins/BiomeManager/ ├── Common/ Constants and icons ├── Runtime/ │ ├── Core/ BiomeManager, BiomeZone, BiomeBarrier, databases │ ├── Controllers/ Environment, Weather, Audio controllers │ ├── Data/ BiomeDefinition, profiles, requirements, tables │ └── Integrations/ COZY bridge (reflection-based) ├── GameCreator/ Instructions, Conditions, Properties, Triggers, Memories ├── UI/ HUD, Notification, Progress Panel, Weather Label ├── Editor/ Biome Manager window, inspectors, gizmos, validator ├── Tests/ NUnit test suites └── Docs/ QuickStart and changelog
Demo Scenes
Demo content installs through Game Creator's own install window, so your project stays clean unless you want the examples.
- Open the GC2 install window
Game Creator → Install
- Install "Examples" under Biome Manager
Contains
1_Basics(single zone, HUD, environment fade) and2_Biomes(three biomes with level gates, barriers and the progress panel). - Optional: install "Cozy Weather"
Only available when COZY: Stylized Weather is detected in the project. Adds the bridge prefab and a COZY-driven demo scene.
The examples declare GC2's Characters install as a dependency — GC2 installs it automatically so the demo player prefab is available.
Verify Installation
- ✓Tools → Biome Manager → Biome Manager opens the editor window
- ✓Create → Biome Manager → Biome Definition appears in the Project window context menu
- ✓A GC2 Actions component lists the Biome Manager instruction category (Biomes, Weather, Requirements, Discovery, UI)
- ✓The
1_Basicsdemo scene plays: walking into the meadow zone shows the HUD and notification
If compile errors mention URP Volume types, make sure your project uses URP — the Runtime assembly references the URP core render-pipeline package.