I’ve set my ScriptChangesWhilePlaying option to Stop Playing And Recompile, but if I play my project and make script changes and then tab back to Unity, I get a certain amount of recompiling before it shuts down and OnEnable and Update methods run and throw errors because of things that have been partially cleaned up.
Is this feature broken, or does it just not work as I expect it to? I would expect that unity stops playing completely before recompiling happens.