BasicEventBus icon indicating copy to clipboard operation
BasicEventBus copied to clipboard

Basic event bus for unity

Results 2 BasicEventBus issues
Sort by recently updated
recently updated
newest added

the current readme makes it appear as if `_onTestEvent.Listen = false;` is not necessary OnDestroy (it sounds like it is only required if in an OnEnable/OnDisable fashion, so if my...

fix: clearing was using the wrong type and clear method could never be found fix: clearing of custom assemblies was not possible feat: added assembly attribute to mark custom assemblies.