- Home /
Editor crashes on play
I am trying to figure this out but have been unable to. Whenever I click the play button in the editor it just stops responding and I have to close it using task manager. The music keeps playing in the background, but the play button is greyed out and nothing else works.
I don't see any messages in the editor console, and I couldn't see anything in the Log File. Maybe someone here could suggest something? I'm using 4.6.1f1, if that makes a difference.
editor.txt
(9.7 kB)
Comment
If the editor crashes only for one scene then you probably have a loop (while, for) which isn't ending.
@maccabbe Yeah, forgot to add the yield statement into a coroutine that's run at the start of the scene. Thanks for the help guys :)