Timer vs Tick

Tick can’t skip the interval check but if it Ticks every frame it doesn’t matter anyway because there is nothing to skip.

A Tick set to an interval is less efficient than a Timer. You should use a Timer.

1 Like