buildFinished
Event that is invoked on the main thread when the assembly build finishes.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Event
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
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.