This timer script allows easy implementation of a timer to your project(s).
It provides functionality for countdown timers, stopwatch-style timers and simplified access to real time system clock information. Stopwatch-style timers will callback when zero is reached.
The timer script also returns auto-formatted strings in three different formats:
hh:mm:ss:ms
mm:ss:ms
mm:ss
Full instructions are included along with a sample scene to get you started.
Ideal for all types of games and time-based applications!