Skip to content

Releases: ryanslikesocool/ClockKit

v1.3.2

09 Apr 23:01
Compare
Choose a tag to compare
  • Add Timer.Stop with collection support
  • Remove DWL_TIMER preprocessor

1.3.0

01 Jan 20:05
eea03fc
Compare
Choose a tag to compare
  • Removed certain MonoBehaviour dependencies

1.2.2

21 Dec 07:31
Compare
Choose a tag to compare
  • Overload fixes

1.2.0

19 Dec 22:05
Compare
Choose a tag to compare
  • Update inline documentation
  • Add another frame based timer

1.1.1

20 Nov 11:40
Compare
Choose a tag to compare
  • Add Timer.Delay.While method

1.1.0 - Refactoring and additions

20 Nov 10:38
93d2f26
Compare
Choose a tag to compare
  • Rename Timer component to Delay
  • Rename old Timer methods
  • Add repeat parameter to Delay methods
  • Add Timer controller component. Internal use only.
  • Add Update component for doing things over time
  • Update Readme
  • Update package version

1.0.5 - Safety check

17 Nov 18:37
1075ffa
Compare
Choose a tag to compare
  • Add safety check so a Timer instance can't be created if the game is quitting.

1.0.4 - Documentation

13 Nov 06:03
Compare
Choose a tag to compare
  • Changed package identifier
  • Added documentation/XML markup to code

1.0.3 - Initial Release 🎉

07 Nov 23:31
Compare
Choose a tag to compare
  • Add basic timer functions