I have a text field on my main menu for loading levels quickly during build testing, but I would like to add a check so if the user types a level name incorrectly instead of throwing runtime errors and staying on the menu it can instead tell the user that they entered an invalid string.
I know that I could do this with a switch and manually code each level into it as more are added, but that’s the opposite of modular.