Many games have some sort of level up system where you gain experience through some method, once you gather enough exp you level up and your character gets stronger.
Here's a simple - yet flexible way of implementing such a system using the Observer Pattern in just a few minutes!
#unity #tutorial #gamedev