Road TO Dev — Game Start Text

Rob Smith
Aug 6, 2021

--

Objective: Create a display text to let the player know to shoot the asteroid to start the game.

Step 1: Create the UI Text Object

Step 2: Setup the variable on the UIManager to attach the text object to

Step 3: Attach the text object to the UIManager

Step 3: In the UIManager start turn the text on as we want it on at the beginning for the game

Step 4: Create a method on the UIManager to turn off the start text

Step 5: On the asteroid setup communication to the UIManager

Step 6: On the asteroid before destroying it trigger the method on the UIManager

--

--

Rob Smith

Hi there! I am currently on the path to learn how to become a unity developer and will be documenting my journey as best as I can here. Thanks for looking!