Make a Temporary Power Up in Unity
Temporary power ups are a great way to add more interesting gameplay to your game. In Unity, you can fairly easily make one yourself. To make a temporary power up in Unity, in the player class create a power up enabled function. Also create a disable power up function as a coroutine to disable the…