Hello! I’m still very new to this whole C# / Unity thing. Taking the fantastic 3D Developement course on udemy made by Ben, but have run into a bit of a problem. After finishing up the hacker game from section 1 (simple game where the player unscrambles anagrams to ‘hack’ into different companies and win) we were challenged to develop the game further and introduce our own concepts. With three different difficulty levels available, each level throws you a longer and harder anagram to unscramble, providing the difficulty. I have been trying to make it to where the player must unscramble two anagrams for level 2, and three for level 3 etc. I began by setting the different passwords in my switch statement:
I then modified my ‘CheckPassword’ function:
However I have now run into an error. Upon entering the scrambled password, ‘DisplayWinScreen’ is no longer executed. I am then forced to return to the menu. Could this be an error in how I blocked together my code? Any help with this would be greatly appreciated.