Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


buildFinished

Event that is invoked on the main thread when the assembly build finishes.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. This feature is being deprecated and will be removed in the future. Similar functionality can be achieved using the Roslyn compiler
public event Action<string, CompilerMessage[]> buildFinished

Remarks

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