Let's now start work on the UI for Dead Keys, which covers a broad range of important subjects. As mentioned, the main interesting area of the UI here is the forward pointing UI arrow (navigator button), which should appear after all zombies are killed and allows the player to continue on their journey through the environment, moving to the next ambush point. As we create this, we'll explore many interesting UI tips and tricks:
First, let's create a new empty object to contain all UI elements, including the navigator button to be added in this section, and the remaining elements for later. In addition, add this ...