Open fnnbrr opened 1 year ago
For anyone else who also needs this functionality now, these steps worked for me to get ExtEvent<T1, T2, T3, T4>
working:
ExtEvents
Assembly DefinitionExtEvent`4.cs
and paste in the code from my post aboveWorks as expected with version 1.7.0.
Hey there, I'm looking to replace UnityEvents in my project with ExtEvents but there doesn't seem to be an
ExtEvent<T1, T2, T3, T4>
available to replaceUnityEvent<T0, T1, T2, T3>
which I'm currently using.I imagine it would look like this (just a modification of
ExtEvent<T1, T2, T3>
), let me know if you'd like a PR: