- Home /
I can't resume my engine,I can't resume my unity
There is this bug, that i cannot resume my game, it keeps on staying pause. ,There is this bug with my unity engine, that it stays paused when i pressed play, i tried clicking it but then it changes back to it's pausing state I could just see my screen flicker into gaming phase
Answer by Bunny83 · Jun 07, 2019 at 09:33 AM
The Unity editor does not enter the paused state automatically except you have enabled "pause on error" in the console and you receive an error. Another reason could be that you used Debug.Break in your runtime code or that you have some editor code that is using EditorApplication.isPaused.
Your answer
Follow this Question
Related Questions
Invalid location when saving uScript file 0 Answers
Lightmap bug 0 Answers
UnityException: Transform child out of bounds when my AI needs to do its Move 1 Answer
syntax errors 1 Answer
peer certificate cannot be authenticated 0 Answers