SerializableAction_Unity
SerializableAction_Unity copied to clipboard
A faster and more flexible replacement for Unity's UnityEvent.
I can add as many as I want if I don't assign anything to them but as soon as I try to add one while there is already one there...
Hi there, First of all, this is a great plugin! I can get to call methods which need more than one parameter, let alone Enum parameters! Second, I have an...
See [thread](https://forum.unity.com/threads/assembly-definition-files-have-problem-with-scriptableobject-and-unityevent.532547/) in the forums. When moving a code file to a different assembly, any serialized action referencing the code needs to change. SerializableAction should make a best-effort attempt to...
Hi! First of all, GREAT plugin! Thank you! I've changed all UnityEvents and integrated your plugin to my game. It is very flexible and just perfect for my needs 🤘🏻...