
+9
Completed
Timer
There will be a new Timer unit, which allows you to Start, Pause and Resume a timer and get notified when it finishes. Elapsed and Remaining measurements will be easily accessible as both absolute values (seconds) and proportions (0-1).

Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
I LOVE the ability to pause and resume a timer. That'll be insanely handy...
I’m trying to understand the timer and use it to increase a variable each x seconds. I have a start event triggering the timer but how do I restart the timer every time it reaches 0? Outputs from the timer can’t seem to be connectable to the input...
In that case, I wouldn't use a Timer, I would use a While Loop with a Wait inside.