System Requirements
| Component | Version |
|---|---|
| Unity Editor | 2023.x or later |
| Game Creator 2 Core | Latest version |
| Game Creator 2 Stats | |
| Cozy Weather | Optional |
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
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)
Troubleshooting
Assembly references missing
Ensure Game Creator 2 Core is installed first. Reimport WAS package.
Activity Manager window empty
Add WorldActivityManager to scene first. Window requires manager instance.
Events not triggering
Enable Scheduler in WorldActivityManager Inspector. Check event conditions.