Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


assemblyCompilationFinished

An event that is invoked on the main thread when compilation of an assembly finishes.
Read time 1 minuteLast updated 10 days ago

Definition

public static event Action<string, CompilerMessage[]> assemblyCompilationFinished

Remarks

Compiler messages can be checked to see if there are any build warnings and errors. Assembly build failed if there any build errors.