HOW TO MAKE A GREAT MAIN MENU IN UNITY – TUTORIAL
Welcome to BlackthornProd ! In this Unity tutorial I will explain to you what makes a GREAT MAIN MENU ! After discussing some basic principles for an awesome entry scene to the game, we will ...
Welcome to BlackthornProd ! In this Unity tutorial I will explain to you what makes a GREAT MAIN MENU ! After discussing some basic principles for an awesome entry scene to the game, we will ...
In this easy Unity tutorial I will show you how to make a health system similar to the one found in the the binding of isaac, minecraft and zelda ! Here is the LINK to the ARRAY video : ...
Welcome back to BlackthornProd ! In this quick and easy Unity tutorial I will show you how to use an awesome feature called the SPRITE MASK ! This tool lets you dynamically hide and show parts ...
Welcome to Blackthornprod ! In this quick and easy Unity tutorial, I will show you how to code in C# a simple enemy follow script ! Concepts shown include Vector2.MoveTowards and Vector2.Distance ...
In this beginner unity tutorial we will begin making a random dungeon generation ! We will first of all discuss what are random dungeon must and must not have and follow up by making our rooms and ...
In this unity tutorial we will take a look at how to make a cool 2D platformer controller ! The character will be able to jump higher the longer you hold down the jump key, move left and right and ...