Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 651 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 651 Bytes

Event Aggregator pattern implementation for Unity

image

About

This is a simple implementation of the Event Aggregator pattern for Unity.
It has its own debug window to see all the events that are being sent and received.

Installation

To install this package, simply open Unity Package Manager,
click on the + icon and select "Add package from git URL...",
then paste the following URL: https://github.com/romanlee17/com.romanlee17.eventaggregator.git.

Requirements

  • Unity 2021.3 or later
  • UI Toolkit to display editor window