
Platformer Progress bar
How to make a progress bar that tracks the player’s progress across a level in a 2D style platformer.
How to make a progress bar that tracks the player’s progress across a level in a 2D style platformer.
How to use SendMessage() to call functions in scripts attached to other objects.
How to create a charging shot power bar akin to games such as Worms or R-type, holding a key to charge, release to fire.
Using Mathf.Clamp function to restrict values in your game mechanics to within a specified range.
Using simple GUI Textures and Mouse Events to create interaction in Unity.
How to use a For Loop in Unity javascript to repeat a set of instructions until a condition is met.
Creating a pause in scripts using yield WaitForSeconds()
How to use IF / ELSE statements to check the status of variables and booleans to act as a switch.