Unity Learn home
View Tutorial Content

Lesson 4.4 - Creating Gameplay Loops

Tutorial
Beginner
+10 XP
50 Mins
(27)
Overview
Summary
Overview:
We have all the makings of a great game; A player that rolls around and rotates the camera, a powerup that grants super strength, and an enemy that chases the player until the bitter end. In this lesson we will wrap things up by putting these pieces together!
First we will enhance the enemy spawn manager, allowing it to spawn multiple enemies and increase their number every time a wave is defeated. Lastly we will spawn the powerup with every wave, giving the player a chance to fight back against the ever-increasing horde of enemies.
Project Outcome:
The Spawn Manager will operate in waves, spawning multiple enemies and a new powerup with each iteration. Every time the enemies drop to zero, a new wave is spawned and the enemy count increases.
Select your Unity version
Last updated: June 09, 2020
2019.3
2019.2
2019.1
2018.4
Language
English
Lesson 4.4 - Creating Gameplay Loops