Skip to content

Releases: sandrofigo/Delay-Unity3D

v3.4.0

30 Jan 14:51
Compare
Choose a tag to compare

Added extension methods for Stop() and Complete() with integrated null checks.

v3.3.0

29 Mar 10:17
Compare
Choose a tag to compare

Added a method to reset the internal state (useful for running subsequent unit tests).

v3.2.1

12 Mar 18:32
Compare
Choose a tag to compare

Added null check for coroutines before stopping them.

v3.2.0

17 Jan 19:08
Compare
Choose a tag to compare

Added Pause() and Resume() methods to the Delay object that is returned.

v3.1.1

30 Dec 10:31
Compare
Choose a tag to compare

Added a Complete() method to stop a delay and execute the provided action.

v3.0.1

21 Dec 10:20
Compare
Choose a tag to compare

A Delay object is now returned instead of a Coroutine to make it easier to stop ongoing delays.