TimerManager for Unity


TimerManager for Unity is inspired by UE TimerManager, with performance optimizations and method expansions based on it. No GC!!! No GC!!! No GC!!! No garbage collection throughout the usage.


by ZeryChen


Price History +

TimerManager for Unity is inspired by UE TimerManager, with performance optimizations and method expansions based on it.


No GC!!!

No GC!!!

No GC!!!

No garbage collection throughout the usage.


The detailed usage can be found in the Samples and API documentation.

    The methods include:

    TimerManager.GetInstance

    TimerManager.SetTimer

    TimerManager.SetTimerForNextUpdate

    TimerManager.ClearTimer

    TimerManager.ClearAllTimersForObject

    TimerManager.PauseTimer

    TimerManager.UnPauseTimer

    TimerManager.IsTimerExists

    TimerManager.GetTimerRemaining

    TimerManager.GetTimeScale

    TimerManager.SetTimeScale


Usage example reference: 

    Packages/TimerManager/Samples/Scenes