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 Final Update!

The Final Parsec team brags about their latest and final release of the Aurora Tower Defense game.

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.

How to set up Visual Studio Code for Unity

All of the Visual Studio Code Extensions you'll need to get started using it with Unity3D.

Shaders in Unity: Core Concepts

Shaders are a powerful tool in game development, allowing developers to create rich, visually striking effects that can greatly enhance the realism and immersion of a game. However, they can also be complex and difficult to understand.

Comments

Log in or sign up to leave a comment.