World Activity System

v0.3

Unity Asset Documentation — Dynamic world events for Game Creator 2

Status: Phase 2 complete. Phase 3 features coming soon.

What is World Activity System?

World Activity System enables you to create discoverable encounters and dynamic world events in your Game Creator 2 projects. Build open-world experiences with spatial activities (shrines, dungeons, secrets) and temporal activities (world events, boss spawns) through a unified, automated framework.

World Activity System Preview

Key Features

Spatial Activities

Discoverable shrines, dungeons, landmarks with proximity detection

Temporal Events

Automated time-based and conditional world events

Event Scheduler

Smart scheduling with intervals, time-of-day, and conditions

Full GC2 Integration

Seamless integration with Game Creator 2 visual scripting

Anchor System

Hybrid ScriptableObject + MonoBehaviour for easy scene placement

Debug Window

Real-time monitoring with timeline, history, and performance tools

Performance Optimized

Smart caching system for conditional events (>80% hit rate)

Persistence System

Automatic saving and loading via Remember system

Who is this for?

  • Open-World Developers — Create dynamic worlds with discoverable content and automated events
  • Game Creator 2 Users — Extend your GC2 projects with professional activity management
  • No-Code Developers — Build complex systems entirely through visual scripting
  • Programmers — Extend the system with custom code and integrations

Quick Start

Ready to get started? Follow these simple steps:

  1. Installation: Import the package via Unity Package Manager
  2. Setup Manager: Add WorldActivityManager to your scene
  3. Create First Activity: Use the Activity Manager window
  4. Test Discovery: Walk to anchor and discover content
  5. Enable Scheduler: Automate temporal events

Tip: Complete the Getting Started guide for a full walkthrough with examples and best practices.

System Requirements

ComponentMinimum Version
Unity2023.x or later
Game Creator 2 CoreLatest version
Game Creator 2 StatsOptional (recommended)
Cozy WeatherOptional (for time integration)

Support & Community

Need help or have questions?

Screenshots

Activity Manager Window

Activity Manager Window

Event Scheduler Debug

Event Scheduler Debug

Timeline Visualization

Timeline Visualization

Spatial Activity Setup

Spatial Activity Setup

Temporal Event Config

Temporal Event Config

Discovery System

Discovery System