Game Over! (Retro in Unity)

Valdarix Games
4 min readApr 25, 2021
Even the Game Over Screen was bad ass.

Yesterday I discussed the Unity UI tools and how they make adding UI elements to your game quick and easy. Today we will look at how those same tools allow us to create retro looks in our games. With nostalgia all the rage in independent 2D games it is important to understand just how easy it is.

Our example will look at the classic ‘Game Over’ screen. If you’ve been playing video games long enough you will be familiar with the screens that brought us so much grief over the years. Regardless of whether it was Mortal Kombat’s ‘Game Over’, Resident Evil’s ‘You Are Dead’, Metal Gear Solid’s ‘Snake, Snaake, Snaaakkkeee!’, or some other classic you’ve likely encountered it. Heck ask someone if they remember the game over screen from some classic game and they likely remember it better than they do some parts of the game.

Our Goal

Our ‘Game Over’ may not stand up with the classics just yet but luckily we can accomplish it quickly using the Unity UI. Here’s a quick step by step:

  1. Right click on the Canvas in the hierarchy.
  2. Select UI > Text.
  3. Select our newly created text in the hierarchy.
  4. In the Inspector make the…

--

--

Valdarix Games
Valdarix Games

Written by Valdarix Games

Turning my passion for video games and software development experience into a focus on video game development.

No responses yet