This is a premium course. To view and assign premium course, you must upgrade your account
Create a 2D Top Down Shooter using basic sprites in Unity that you will then be able to publish to your Portfolio.
Learn how to create a Menu Scene for your Game
Learn how to make a player object move around the screen.
Learn how to get your player to rotate and aim towards the mouse location.
Learn how to launch projectiles from your player.
Learn to spawn enemies in the game and get them move towards the player.
Learn how to get your enemy to damage your player when they collide and how to Destroy an enemy hit by a projectile.
We will be enhancing our Level Manager Script to stop the game when our player has no more life and spawn a certain amount of enemies for each round.
We are going to add some UI elements (texts and buttons) to tell the player what is going on in the game (i.e. game is over or the round has ended).
In this lesson, you will add a Pause button to your game. You will also learn a bit about PlayerPrefs and how to use them to save a highscore.