I don’t know about anyone else, but I’m always forgetting to stop my game before making code changes. Upon returning to the editor, Unity attempts to re-compile. If I’m not fast enough to stop playing, then the whole editor locks while it prepares the enormous list of errors following its failed compilation attempt.
This happens EVERY time.
What is the point of having a feature like this when it never works. I have never, not once, been able to return to the game after making code changes without unity crashing.
I have also just lost 1 hour of work because of this. All my values I had changed in my animation controllers are gone. Awesome. All because Unity tried to recompile my game while running.
Can I turn this “feature” off for when in runtime? I still want it to compile my scripts when outside of play mode.