Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


assemblyCompilationStarted

An event that is invoked on the main thread when the assembly build starts.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. Use compilationStarted, compilationFinished or assemblyCompilationFinished instead. Note that using any of these functions to do time measurements is a bad idea as they run async to actual compilation.
public static event Action<string> assemblyCompilationStarted