SaladLab/Unity3D.IncrementalCompiler

CompilerSettings window is sluggish when no build log exists

Closed this issue · 0 comments

To reproduce, open the CompilerSettings editor window before compiling for the first time (delete the build log file, for example).
The UI will be almost frozen.

This probably happens because the OnGUI loop is very a high frequency one, and having exceptions at that rate will quickly overwhelm Unity.

Will submit a small PR in a few minutes.