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
- Type: Event
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
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.