So, I did the tutorials for the top down shooter game, and the platformer game.
In the platformer game, I added a global variable "Life" and set it to 5, but when I make a text box in the layout, and add the event to update the status of the "Life" through the system, no text box appears when I run the game.
In fact: if I just add a text box to the layout, and type anything in, it won't display when I run the game. Even if I place it right on top of my player.
?