Event System
Malte Husung
$24.99
Date |
Price |
---|---|
日期和时间 |
价钱($) |
02/03(2023) |
24.99 |
02/03(2023) |
12.49 |
02/17(2023) |
24.99 |
11/15(2024) |
24.99 |
Jump AssetStore
The flexible event system, designed for productivity and usability. Global Message enables you to decouple your game systems and create flexible, easy-to-maintain software architectures.Documentation | Videos | Contact✔️ Code-only, editor-only and hybrid workflows✔️ Tools for efficient testing & debugging✔️ Fine-grained control over editor features used per message type✔️ Type safe (no strings involved)✔️ Messages with custom parameter types✔️ Can also be used for tools and editor scripting✔️ Detailed documentation✔️ Used in production (see Curvature Games)✔️ Works well with version controlGlobal Message is designed to augment projects from individual developers to mid-sized teams. To empower all team members at every stage of production, supporting different workflows is a core concern. Global Message facilitates code-only, hybrid, and editor-only workflows.Convenient editor tools help you test and debug your event flows and game logic. They track event history and allow you to trigger events directly in the editor.How it WorksGlobalMessage makes it possible for gameplay systems to communicate with each other on a global level in a generic way. Receivers subscribe to Messages they are interested in and get notified whenever a Sender sends these Messages.This approach decouples the systems from each other, which simplifies development, maintenance, and reuse.Get an idea of how easy it is to get started with Global Message, or watch the overview videos.Messages are represented as System.Type in code and optionally as a ScriptableObject instance in the editor.✔️ Code-only, editor-only and hybrid workflows✔️ Tools for efficient testing & debugging✔️ Fine-grained control over editor features used per message type✔️ Type safe (no strings involved)✔️ Messages with custom parameter types✔️ Can also be used for tools and editor scripting✔️ Detailed documentation✔️ Used in production (see Curvature Games)✔️ Works well with version control