Top Down Shooter Tutorial

Here is all of the content relating to the Unity3D Top Down Shooter. As always suggestions for new content are always welcome as is any support on Patreon:
https://www.patreon.com/joeroegames

Unity Top Down Shooter – Complete Tutorial – Introduction

In this series of videos that span approximately 4 hours, you will learn how to create a top down shooter ...
Read More

Unity Top Down Shooter Part 1 – Level Build

In this video we will be looking at how we can quickly create a playable area using Probuilder and Progrids ...
Read More

Unity Top Down Shooter Part 2 – Movement

In this video we are applying velocity forces to the RigidBody Component of our Player object. Note that we are ...
Read More

Unity Top Down Shooter Part 3 – Rotation

In this video we are continuously using Raycasting to determine a "Hit Point" for our mouse. The Camera is used ...
Read More

Unity Top Down Shooter Part 4 – Lighting & Post Processing

In this tutorial we learn how to: Work with Materials, Textures & Normal Maps and how to make them react ...
Read More

Unity Top Down Shooter Part 5 – AI (Artificial Intelligence)

In this tutorial we learn how to take an existing level environment and apply a NavMesh to it. The NavMesh ...
Read More

Unity Top Down Shooter Part 6 – Shooting

In this tutorial we are looking at how to make our player shoot bullets! To Achieve this we add a ...
Read More

Unity Top Down Shooter Part 7 – Spawning

Here we learn how to use an empty GameObject as a Spawn point. We hand over control of when to ...
Read More