This is the final installment of the Lunar Lander series.
We finish off by adding the rocks, background and moon.
Unity Playground Lunar Landar – Part 2
In this part of building a Lunar Lander clone we will add the collision detection and scripts for detecting a win/loss.
Unity Playground Lunar Landar – Part 1
This is the first part on a small series on how to make the game: Lunar Lander. We will be using Unity playground once again. The game is included in the examples that come with Unity Playground.
Unity Playground – Soccer
In this tutorial, I show you how to create the soccer game that comes with the Unity Playground examples.
Coding Part 1 – Hello Unity!
This is an introductory video to learning C# programming for Unity. You will learn how to print to the console.
Unity Playground – Platformer Part 5
In this video I will show you how to create and load a new level in Unity Playground.
Unity Interface for 3D – Write your name
Write your name in 3D using unity primitive 3D objects. This is another exercise on getting you comfortable with the Unity interface in 3D. Once you’ve completed this exercise you should be comfortable with moving around the scene in 3D space. You will get good practice with rotating and scaling objects. Add to this snapping objects together and you’ve pretty much mastered working with the the Unity interface in 3D.
Create a standalone executable for Unity
This video details the process of creating a standalone executable file that you can run on an any PC that does not have Unity installed.
Unity Interface for 3D – Build a Fort
Moving on to 3D!
This is a practice exercise to get you used to working in 3D in Unity. We will build a simple Fort to help get that muscle memory going.
Unity Playground – Defender Part 3
Unity Playground comes with a nice example game called Defender. The player controls a turret on the ground and uses it defend the base from asteroids that fall from the sky.
In this last tutorial of the series we will add in the asteroid spawner, explosion effects and the user interface for displaying our score and health count.