When i press play it just pauses right after.

Hey. I got a serious annoying problem, I startet using unity3d, and it's the best i've tryed untill now, but lets say that i'm making a game, and wanna try the scene by pressing the 'Play' button then it just pauses 1 second after I hit 'play' and I don't even touch the 'Pause' button. I can't even uncheck the 'Pause' button so it would go back to play' only, sometimes I just press 'Play' and then it works fine untill! I press on the screen, then it pauses. And I pretty much can't find a way to fix it.

  • I hope you understand my question.

-Thanks.

Hello Unity3d team I have problem when I click on Play I find problem with Console when I double-click here I get Java script what to do about how can I delete all what here... with Consule... Thank you for help and the answer back..

6 Answers

6

If you are getting an error or even a warning when the pause is occurring, you may have unity set to pause on errors. If you want to disable this, you can either click the error on the status bar of the editor or click the window menu and select Console from the dropdown. There is a tab in here labelled ‘Error Pause’. If it is highlighted, click it to unhighlight.

Yay I had the same problem just fixed it for future people with same issue. Open the error console and there's 4 tabs(assuming later version of unity have the same) Clear, Collapse, Clear on play and --> ERROR PAUSE<-- unclick that, because as the name suggests it pauses if you have any errors.

@viloca I unclicked it and it didn't help please tell me how to!

i had same problem just go console and click on error pause button (off it)

Thank you! solved my problem

ok i think i know the problem here...

look on bottom left of the unity window... if there is red text there then post what it says here on unityAnwsers ...

because if there is a error it will pause the game.

hope this helps! :D

I have the same problem, I suggest first rebooting your computer, and if that fails, reimport your assets. The problem with the latter is that it can take an hour or more, depending on the filesize of your project. Another thing you can do is reinstall unity (What worked for me)

Just in case anyone is still having a problem with Unity pausing right after going into Play Mode (I was), a reason this can be happening is that somewhere in the code of the scripts of the project there is a Debug.Break() function being used.
I was using a project from someone else, and Unity kept pausing right after going into Play Mode, I found out that there were a bunch of Debug.Break’s responsible.
(Debug.Break(); will pause the Editor in Play Mode.)

Click on the ERROR PAUSE tab in the console, it will toggle on or off!