A downloadable tool

Download or claim
On Sale!
100% Off
$1.99 $0.00 USD or more

Event System | ANTIPIXEL Unity

Connect your game logic without code!

(Download the documentation for free to learn everything about it)

This tool is a flexible and powerful Signal Bus implementation for Unity 6 that lets you define and manage global events in the Project Settings, and broadcast them from code. It simplifies communication, making your code cleaner, more modular, and easier to maintain.

These global events can then be connected through Unity Events in the Inspector, making it easy for designers to respond to events without touching a single line of code.

🚀 Key Features

  • Global Signal Bus: Define events once and use them anywhere, no tight coupling.
  • Code-Friendly Architecture: Simplifies cross-system communication with minimal boilerplate.
  • Inspector-Ready: Trigger events via Unity Events without touching code, perfect for designers.
  • Bidirectional Workflow: Fire events from code or from serialized Unity Event fields.
  • Event-Driven Design: Great for triggering sounds, animations, UI actions, or gameplay logic.
  • Lightweight & Modular: Clean architecture that fits into any project.

💡 Perfect For

  • Teams with designers who prototype or build levels.
  • Projects that require scalable and decoupled communication between systems.

🧰 Includes

  • Source code.
  • Example scene.
  • Clear documentatio.

🔎 Code Sample

// Invoke event
EventSystem.Invoke(GameEvent.MyEvent);
// Subscriptions
EventSystem.Subscribe(GameEvent.MyEvent, OnMyEvent);
EventSystem.Unsubscribe(GameEvent.MyEvent, OnMyEvent);

❤️ Support

If you found this asset useful, please consider a donation to help me continue creating. No matter the amount, every contribution counts. Thank you all so much!

👉 Check out all my other assets here

Updated 5 days ago
Published 10 days ago
StatusReleased
CategoryTool
Rating
Rated 5.0 out of 5 stars
(3 total ratings)
AuthorAntipixel
Made withUnity
Tagsantipixel, c-sharp, design-pattern, events, Modular, observer, signalbus, signals, system, Unity
LinksTwitter/X

Download

Download or claim
On Sale!
100% Off
$1.99 $0.00 USD or more

Click download now to get access to the following files:

antipixel_event_system_unity.zip 137 kB

Download demo

Download
Event System Antipixel Unity Documentation.pdf 167 kB
Download
LICENSE.txt 890 bytes

Leave a comment

Log in with itch.io to leave a comment.