Prerequisites: Make sure you have Game Creator 2 Core installed before proceeding. Stats module is optional but recommended.
System Requirements
| Component | Version |
|---|---|
| Unity Editor | 2023.x or later |
| Game Creator 2 Core | Latest version |
| Game Creator 2 Stats | Optional (recommended) |
| Cozy Weather | Optional (for time integration) |
Prerequisites
Before installing World Activity System, ensure you have:
- Unity 2023.x or later installed
- Game Creator 2 Core module installed and working
- Basic understanding of Game Creator 2 visual scripting
- Empty or existing project ready for integration
Installation Steps
Follow these steps to install World Activity System in your project:
- Import the Package
Open Unity Package Manager → Add package via git URL or .unitypackage file
- Wait for Import
Unity will import all files and compile scripts. This may take 1-2 minutes.
- Verify Installation
Check that the folder structure exists (see below)
- Open Activity Manager
Menu:
Window → Game Creator → Activity Manager
Success: If the Activity Manager window opens, installation was successful!
Project Structure
Verify that the following folder structure exists in your project:
Assets/
├── Plugins/
│ └── GameCreator/
│ └── WorldActivitySystem/
│ ├── Runtime/
│ │ ├── Core/
│ │ ├── Activities/
│ │ ├── Events/
│ │ └── UI/
│ ├── Editor/
│ │ ├── Windows/
│ │ └── Inspectors/
│ └── Resources/
└── (Your project files)Verify Installation
Test that everything works correctly:
- Create a new empty scene
- Create empty GameObject → Add Component:
World Activity Manager - Check Inspector - component should show with settings
- Open Activity Manager window:
Window → Game Creator → Activity Manager - Window should show "No activities found" (expected for new project)
Next: Continue to the Getting Started guide to create your first activity!
Troubleshooting
Compilation Errors After Import
Cause: Game Creator 2 not installed or outdated
Solution: Install or update Game Creator 2 Core to the latest version
Activity Manager Window Not Opening
Cause: Scripts not compiled or Unity Editor cache issue
Solution: Try:
- Restart Unity Editor
- Reimport the package
- Check Console for errors
Component Not Found in Add Component Menu
Cause: Scripts not in correct folder or compilation errors
Solution: Check Console window for errors and fix any compilation issues