Releases: uken/action-queue-unity
Releases · uken/action-queue-unity
1.0.0 - Initial Release
Initial release - please see the README for details on installation and usage.
👉 If you are upgrading from the non-packaged version of ActionQueue to 1.0.0+, there is a small breaking change with SkippableActionQueue.Enqueue(...):
- The two parameter version's
onSkippedparameter is now aFuncthat returns aValueTuple<T1, T2>instead of aTuple<T1, T2>. - The three parameter version's
onSkippedparameter is now aFuncthat returns aValueTuple<T1, T2, T3>instead of a custom Triplet class.