Tag: Cooldown

Creating a Cooldown System

Creating a cooldown system is a lot simpler than you think. First things first, you need to create your variable within your code so Unity knows what you are trying to do. Typically you are going to have 2 variables that have important roles when creating your cool down; the fire rate which di...