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
- 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 […]