This version of Unity is unsupported.
Method group is Obsolete

AssemblyBuilder.buildFinished

Obsolete This feature is being deprecated and will be removed in the future. Similar functionality can be achieved using the Roslyn compiler.

Parameters

value First parameter is the output assembly path. Second parameter are the compiler messages.

Description

Event that is invoked on the main thread when the assembly build finishes.

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