Tower Defense Tutorials Part 3

The third video tutorial of a series which takes you through the process of building a tower defense game.

If you've been following along with our video tutorial series, your game should now have a map with the basic interaction of placing turrets. To get the core functionality of our game, we will be needing enemies to move across the map. They will also need to navigate around turrets on the way to their destination.

This tutorial goes over how to move enemies on the grid we have created and how to use A* pathfinding to avoid obstacles. Pathfinding of this nature is something we have already implemented in a previous game (Nauticus Act III), so we're just going to reuse the component. If you are actually looking to implement pathfinding from scratch, we cover this in depth in a previous tutorial.

With enemies, we now really have the essence of a tower defense game in place. There are some obvious next steps here however... turrets still aren't attacking and having a single enemy doesn't make for a very interesting game. Our upcoming tutorials will show how to address these challenges.

You can keep up with the latest as we progress by subscribing to our channel or following us on twitter. YouTube Twitter

Recommended posts

We have similar articles. Keep reading!

Object Pooling

Learn how to create a simple object pooler in Unity3D in our series about building a 3D shooter on rails.

Parallax for Dummies

An enlightening guide on how to create a simple parallax effect in Unity. Using parallax is a really cool way to breathe life into your games.

Aurora TD Released on Web and Android Devices!

Aurora Tower Defense has just been released for PC, Mac, and Android devices. Play for free in your browser now!

Legacy Earth Alpha Release

The very first build of Legacy Earth! The first three missions are available to play and then it will abruptly stop.

Comments

Log in or sign up to leave a comment.