This may be difficult to explain, but for some reason when I press the play button to demo my scene at the top, it has been pausing instantly and I’m unable to play. Has this happened to anyone else? I’ve tried un-pausing but to no avail…
Happens here too, occasionally.
Just have to restart Unity. I don’t know of any fix for this.
I found out that it happens mostly when you try to start the game while it’s still compiling the scripts - instead of waiting for the compile to finish, it will just “pause” the whole thing…
You sure you don’t have null reference exceptions? That can do it too. Watch the Console.
However, it should be able to get back out of play mode without closing Unity, shouldn’t it?
I have been having this problem lately, it goes into pause and then I have to close Unity to get the editor back.
It still seems fine as far as clicking around in the editor and viewing things in the project panel except the script where the issue is,
and I can still save (it will ask me when I close) but just can’t get the editor back out of game mode.