Turrets and Missiles Tutorial

Video tutorial about turrets and missiles in a rail shooter built with Unity3d.

This is a continuation of Final Parsec's tutorial series on building a space-themed rail shooter with Unity3d. Combat in this game involves dodging fire from ground based turrets.

In this tutorial, I'll be going over how to build turrets which detect the player using colliders. Then we'll discuss how to make the turret face the player and fire.

You can follow along with the development of the project and find the source code from the tutorial on GitHub.

Recommended posts

We have similar articles. Keep reading!

5 Successful Games created in Unity

Learn about several notable games that have been built in Unity which is among the most successful game engines for multi-platform games.

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.

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.