Full Unity 2D Game Tutorial 2019 – Simple Enemy AI In this section of the tutorial we will go over creating an enemy and giving it simple AI to follow the player. We will also give the enemy some colliders so it can detect collisions with other objects. Full Unity 2D Game Tutorial 2019- Creating […]
Month: January 2019
- FU2GT
- ...
Full Unity 2D Game Tutorial 2019 – Firing Bullets

Full Unity 2D Game Tutorial 2019 – Firing Bullets In this section of the tutorial we will look into creating prefabs (prefabricated objects) in order to fire bullets from our player. Full Unity 2D Game Tutorial 2019 – Creating The Bullet Create an empty to hold all our bullet parts and name it BulletObject. Add […]
- FU2GT
- ...
Full Unity 2D Game Tutorial 2019 – Background and Camera

Full Unity 2D Game Tutorial 2019 – Background and Camera In this section of the tutorial we will go into adding images and making them tile as well as adding some code to the camera to make it follow the player around. We will use the following image for our background. Full Unity 2D Game […]
- FU2GT
- ...
Full Unity 2D Game Tutorial 2019 – Player Movement

Full Unity 2D Game Tutorial 2019 – Player Movement In this section of the tutorial we will create a player object that we can control with the keyboard or controller. We will then focus on Player Movement using the physics engine provided in unity. Full Unity 2D Game Tutorial 2019 – Creating the player object The […]
- FU2GT
- ...
Full Unity 2D Game Tutorial 2019 – Creating the project

Unity 2D Game Tutorial Unity 2D Game Tutorial – Tutorial Goals The aim of this tutorial is to guide you through creating a 2D game in Unity 2019. This will cover all aspects from project setup, adding entities, player controls and all the way to publishing the game on Itch.io. In this tutorial we will […]
LibGDX Project Generator 2019 Tutorial – Eclipse – Android Studio

Over the past couple of years libgdx, eclipse and android have went through many changes. These changes have made a lot of the tutorials online out of date so a new tutorial detailing the steps required to generate a new project was needed. So before we begin I’d like to note what versions I will […]