05 November, 2017

Unity Tutorial 2: Space Shooter

We are now on the second tutorial for Unity: The Space Shooter game.

This is where we start to run into problems. I've looked through and found that there are problems with the code between when the videos were made (2013) and now. There are 2 ways to go about figuring this out quickly and with as little headache as possible. First is to look at the comments section of each video (time consuming but helpful since people give explanations). Second is to go into the pre-made game folder and copy the codes from there (faster by far but there's no explanations).

Here's the video's. I hope they're helpful.

Introduction - 00 - Space Shooter - Unity Official Tutorials:


Setting up the project - 01 - Space Shooter - Unity Official Tutorials:

The player gameobject - 02 - Space Shooter - Unity Official Tutorials:

Camera and lighting - 03 - Space Shooter - Unity Official Tutorials:

Adding a background - 04 - Space Shooter - Unity Official Tutorials:

Moving the Player - 05 - Space Shooter - Unity Official Tutorials:

Creating shots - 06 - Space Shooter - Unity Official Tutorials:

Shooting shots - 07 - Space Shooter - Unity Official Tutorials:

Boundary - 08 - Space Shooter - Unity Official Tutorials:

Creating hazards - 09 - Space Shooter - Unity Official Tutorials:

Explosions - 10 - Space Shooter - Unity Official Tutorials:

Game Controller - 11 - Space Shooter - Unity Official Tutorials:

Spawning waves - 12 - Space Shooter - Unity Official Tutorials:

Audio - 13 - Space Shooter - Unity Official Tutorials:

Counting Points - 14 - Space Shooter - Unity Official Tutorials:

Ending the game - 15 - Space Shooter - Unity Official Tutorials:

Building the game - 16 - Space Shooter - Unity Official Tutorials:


Those are all the videos for this tutorial. Remember if you find that a certain code is not working properly to go into the completed game file in Unity and compare that code to what you have. You'll find the problem and the correct code.

Next time I'll post the videos to the Survival Shooter Tutorial.

No comments:

Post a Comment