Announcing the Tower Defense Tutorial Video Series!

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

Over the next couple months, Final Parsec will be creating a tower defense style game. Follow along as we build from the ground up to a game intended for the web and Android devices.

Building a Grid Environment without GameObjects

This tutorial will demonstrate how to create a grid without using Unity GameObjects. By eliminating the overhead of multiple GameObjects, we can increase performance. The grid we're building here will be a vital piece of infrastructure as enemies will walk across it, turrets will be placed on it, and it will handle user interaction in various ways.

Recommended posts

We have similar articles. Keep reading!

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.

What did Unity just announce at Unite 2022

Announcements from Unity's 2022 conference. An exciting look at everything new: cross-platform, XRI, advanced UI, immersive graphics, and facial animation.

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 Install Unity3D and Unity Hub

Follow our step-by-step guide for beginners to get started installing and running Unity3D.

Comments

Log in or sign up to leave a comment.