Countdown timer is a virtual clock that counts from a set time to 0.

To make a Countdown timer in Unity, you'll need to create a script that will store the amount of time that will be counted down, and will display it in 00:00 format.