ExtEvents icon indicating copy to clipboard operation
ExtEvents copied to clipboard

A better replacement for UnityEvents

Results 7 ExtEvents issues
Sort by recently updated
recently updated
newest added

In the current commit, the `PersistentListener._initializationSuccessful` flag is only set when the `PersistentListener` initializes itself during invocation. The `PersistentListener._initializationComplete` flag is set properly during the initialization call. Both of these...

Any actions with the "+s"\"+i" buttons in the inspector are ignored in 2022LTS\2023

## Description Hi, I use GenericUnityObjects package. It's really helpful for me. But It has dependency to ExtEvents and the ExtEvents package is not supported in Unity 2023 ## Docs...

Hi, we have ExtEvents in our project, but it causes a strange error. In WebGL builds, when addressables are used, the error appears in the build: ``` A scripted object...

Hey there, I'm looking to replace UnityEvents in my project with ExtEvents but there doesn't seem to be an `ExtEvent` available to replace `UnityEvent` which I'm currently using. I imagine...

Issue: The array "_persistentListeners" is null unless serialized. This causes a NullReferenceException in events that have been added during runtime specifically the use of DynamicListeners. Steps to reproduce: * Create...

### Description: Unity throws **TargetParameterCountException** - **when an instanced ExtEvent calls a static method with one parameter (int in my case).** - It does not throw when calling a method...