ShaderUtil.anythingCompiling

Switch to Manual
public static bool anythingCompiling ;

Description

When true, the Editor is compiling some Shaders asynchronously at the point of query.

You can use this property to detect if the Editor is compiling Shaders asynchronously. This enables you to refresh custom tools and Views after compilation has finished.

See Also: allowAsyncCompilation, SetAsyncCompilation, RestoreAsyncCompilation, IsPassCompiled, CompilePass.