Kinga OsińskaCreating Modular Waypoint System in UnityNow that we know how to move our Player, it’s time to use Navmesh to move our Enemy. We will make a modular waypoint system to create a…Jun 21, 2021Jun 21, 2021
Kinga OsińskaAnimation transition from idle to runningToday, we will learn how to make a transition between two animation: idle and run.Jul 28, 2021Jul 28, 2021
Kinga OsińskaCoroutines in UnityNormally when a method is called, it is executed line by line and there is no way to delay it. Thanks to a coroutine, we can pause the…Apr 10, 2021Apr 10, 2021
Kinga OsińskaCreating A Cooldown System in UnityOne of the main elements of a good game is an attack rate. There is no fun in playing a game where a player can shoot enemies with ease…Apr 6, 2021Apr 6, 2021
Kinga OsińskaShield StrengthToday we will learn how to add a shield as a powerup and add a shield strength. When a player gets a shield powerup a shield will activate…Apr 29, 2021Apr 29, 2021