If I enter play mode in the game scene of my project the editor freezes and gets stuck in the " Application.EnterPlayMode". I already let it run for 10 min, but nothing happens. Did anyone have a similar problem or can maybe find the error in my editor logs?
editor.txt (72.0 KB)
Sounds like you have a never ending loop in your code
3 Likes
Attach the debugger, set breakpoints.
You can also disable objects/components and then reenable one by one to narrow down which script may be running an infinite loop.