Ship Movement Tutorial

blog post header image

Video tutorial about ship and camera movement in a rail shooter built with Unity3d.

Our new game is going to be a space rail shooter. Similar to the Star Fox series, we plan on creating an immersive story with a simple user interface. The enemies will be ground turrets and flying types with multiple engagement modes. There will also be unique boss battles at the end of most of the levels.

In this tutorial I'll be going over the ship and camera movement.

We have our up to date source code and project files on GitHub.

Recommended posts

We have similar articles. Keep reading!

blog post preview image
tutorial

How to Create Random Tables and Batch Rolls

Learn how to create Random Tables and combine them into Batch Rolls to generate multiple results with a single click. This guide shows you how to build tables, add entries manually, in bulk, or with AI assistance, and reuse them to quickly generate NPCs, locations, encounters, and more.