My text adventure from the 2D course "A Simple Task"

Hello, I just uploaded my text game from the 2D course.
It’s nothing special and not that long but still here it is:

EDIT: Now I’ve also made my first bug patch as the last page of my first upload had the last few lies of text displayed outside of the frame

Here are some of the cool things I figured out how to do beyond what was explained in the course:

  1. Added so that you can also use the numpad keys in the same input “if” statement using " || ".
  2. Displaying the story text with a TextMeshPro field rather than the regular plain text.
1 Like