Tower Defense Tutorials Part 2

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

So now that you have a grid environment similar to what we built in the previous tutorial, it's time to actually start using it. This tutorial goes over how the user interfaces and interacts with the map.

At this point, the primary interaction with the map will be handling a player's clicks and placing turrets for them. It is necessary to ensure the turrets are placed at valid locations, and also to update the paths of enemies as the world changes around them. In this tutorial, we dig into placing turrets on the map.

Upcoming tutorials cover getting enemies to move around and making the turrets attack, so be sure to check back!

Recommended posts

We have similar articles. Keep reading!

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.

How to Install the Official Plugin for Hosting Unity WebGL Builds

This article explains how to download and install the Official Plugin for uploading Unity WebGL games to FinalParsec.

Enemy Detection and Firing

Learn how to detect enemies and shoot projectiles at them. A continuation of the tower defense tutorial series.

Tower Defense Tutorials Part 4

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

Comments

Log in or sign up to leave a comment.