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!

Parallax for Dummies

An enlightening guide on how to create a simple parallax effect in Unity. Using parallax is a really cool way to breathe life into your games.

How to use a sprite sheet in Unity3d

Build a running animation for your character in Unity3d starting from a sprite sheet

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.

Deploying Unity Games to iOS

If you're used to working on Windows but want to deploy your Unity game for iOS, read up on our step by step guide.

Comments

Log in or sign up to leave a comment.