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