Hi guys,
Something strange is going on with my game. I’m making a hangman game which works perfectly in the unity editor. Also when I click ‘build and run’, the game works as it should, flawlessly. However when I click the .exe a second time, it just doesn’t work anymore. The main menu shows up, I click play and the countdown timer counts down, I can see the category of the hangman game, but I cannot type anything in, it just show the default text option which is ‘Guess word’. No errors in the console window either.
I’ve never had this happen before.
The odd thing is, like I said before, when I choose to ‘build and run’, the game works fine. But when I just click ‘build’ the game compiles with no errors, but just doesn’t load as it should.
I’m at a total loss as to why this is happening…especially since there are NO error to go by.
I’m using Unity version 2020.3.2f1 Personal (LTS) on windows 10.
thanks in advance!