SaladLab/Unity3D.IncrementalCompiler

CompilerSettings editor window is sluggish

Closed this issue · 1 comments

The CompilerSettings editor window is very sluggish on a machine with lots of processes.
The fix is just add some caching to the process object.

I'll submit a pull request in a few moments.
I also threw in caching for the version string as well.

Thanks! I've never thought this part would be a problem.