Skip to content
Media 1 for listing Cooldown Component

Description

Cooldown components is a helper for setting different effects on cooldown, like skills, abilities, spawns, etc. To create a cooldown you typically create a timer or a float variable that you decrement by delta time in tick. This is OK, however a bit cumbersome for me, as it is needed to create different variables for each cooldown and manage those separately. Doing this over and over again throughout the years made me wish to optimize the process so I created this component.

Documentation

I use it in my Game

support: [email protected]

Included formats