Gert Coppens·Sep 25, 2021Creating the Main MenuIn this Article I documented how I’ve added a Main Menu to the Galaxy Fighter Project. The Main Menu is a crucial element.
InGeek CulturebyGert Coppens·Sep 19, 2021Loading Scenes In UnityIn this article you’ll learn about the basics of SceneManagement in Unity
Gert Coppens·Aug 30, 2021Randomising Item DropsIn this article, you’ll start learning about effectively storing lists of data by using an Array, and how to retrieve data from an Array.
Gert Coppens·Aug 28, 2021Introducing a Fuel SystemImplementing a Fuel System, a method to consume fuel, displaying a new UI element for it and creating new Power Ups.
Gert Coppens·Aug 27, 2021Adding the Player ShieldIn this article we’ll look at introducing a Player Shield System, linking it to a Shield Bar UI Element, and creating new Shield Power Ups.
Gert Coppens·Aug 26, 2021Adding a Player Health BarBy creating a Slider UI Element and linking it to our current health we can visualise the Player Health.
Gert Coppens·Aug 23, 2021Creating Basic Game Over BehaviourCreating basic Game Over Behaviour by enabling and disabling an Image through code.
Gert Coppens·Aug 22, 2021Creating UI Elements : ImageThe Image control displays a non-interactive image to the user. You can use this for purposes such as decorations or icons and much more.