Publisher | CV Dev Tools |
---|---|
File size | 1.61MB |
Number of files | 67 |
Latest version | 1 |
Latest release date | 2021-04-28 10:19:10 |
First release date | 2021-04-28 10:19:10 |
Supported Unity versions | 2018.4.2 or higher |
Timer System is a simple way to delay execution of some code for a specified amount of time. In addition, it can handle smoothing of a duration to create smooth animations and even wrap coroutines in an easy to use custom timer that allows custom update resolutions. This allows for some macro optimizations by delaying expensive CPU calculations to only run a few times a second, or even every few seconds.All of these great features are packed in an extremely lightweight and performant library!