Full Unity 2D Game Tutorial 2019 – Scriptable Objects In this section of the tutorial we will dive into Scriptable Objects. Scriptable objects are a way to contain data in asset files that can then be used by your game objects. As an example we could have a car Scriptable object. This could than be […]
Unity 2019
- FU2GT
- ...
Full Unity 2D Game Tutorial 2019 – Simple Enemy AI and Colliders
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 […]
- 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 […]