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!

Enemy Health and Explosions

Video tutorial about managing enemy health in a rail shooter built with Unity3d. We'll also discuss killing enemies in fiery explosions.

Aurora TD Update!

The Final Parsec team has made a released a new version of Aurora Tower Defense and they're making a blog post to brag about it.

Deploying Unity Games to Android Part II

An addendum to a previous post that gives additional details if you're still having trouble deploying your Unity games to an Android device.

A* Pathfinding Visualization

See a few video examples of a Unity program that visualizes A* pathfinding in a user friendly way with a tracing option.

Comments

Log in or sign up to leave a comment.