Enemy Health and Explosions

Video tutorial about managing enemy health in a rail shooter built with Unity3d. We'll also discuss killing enemies in fiery explosions.

This is a continuation of Final Parsec's tutorial series on building a space-themed rail shooter with Unity3d. In previous tutorials, we've discussed enemies detecting and firing at the player. Now we have come to the point where the player needs to be able to fight back.

In this video tutorial, I'll discuss managing the health of enemies when they get shot by the player. Then we'll discuss how to make the enemies blow up and be removed from the game when they are dead.

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.

Caching and Apache

Quick tutorial covering how HTTP headers affect browser caching and configuring Apache for your needs.

Space Snakes Concept Art

Take a sneak peak at Space Snakes, Final Parsec's 2D platformer made with PyGame, with a slideshow of some concept art and some early screenshots.

Creating Health Bars using Unity GUI Textures

Technical talk from Matt Bauer about Unity creating scaling health bars in Nauticus Act III, the RTS style conclusion to Nauticus.

Comments

Log in or sign up to leave a comment.