1 of 4

Game Over

Level 7.3

2 of 4

Objectives

  • Make UI elements appear and disappear with .SetActive
  • Use Script Communication and Game states to have a working “Game Over” screen
  • Restart the game using a UI button and Scene Management

3 of 4

Vocabulary

  • Canvas
  • Buttons
  • Scenes

4 of 4

Assignment

When a “good” target drops below the sensor at the bottom of the screen, the targets will stop spawning and a “Game Over” message will display across the screen. Just underneath the “Game Over” message will be a “Reset Game” button that reboots the game and resets the score, so the player can enjoy it all over again.

Program Document

Tutorial