Releases: sandrofigo/Delay-Unity3D
Releases · sandrofigo/Delay-Unity3D
v3.5.0
v3.4.0
Added extension methods for Stop()
and Complete()
with integrated null checks.
v3.3.0
Added a method to reset the internal state (useful for running subsequent unit tests).
v3.2.1
Added null
check for coroutines before stopping them.
v3.2.0
Added Pause()
and Resume()
methods to the Delay
object that is returned.
v3.1.1
Added a Complete()
method to stop a delay and execute the provided action.
v3.0.1
A Delay
object is now returned instead of a Coroutine
to make it easier to stop ongoing delays.