Endless loop in EditorWindow Script

Hi,

unfortunately I wrote an endless loop in my EditorWindow script. I fixed it in code but Unity runs always at start up in the endless loop, because it executes the old endless loop code immediately after starting unity and does not re-compile the scripts first.

Can someone pls help, maybe there is an option to reset the GUI of unity with a command line paramater or something like this.

Or can I somehow remove the compiled scripts from the project folder or something like this?

Would be great if someone can give me a hint how to solve the problem.

Thanks

L_tD

Delete the Library folder.

Ok could solve the problem just by renaming the script via file explorer.

Sorry for opening new Thread, but maybe it helps anyone who has the same problem like me.