Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


status

Current status of assembly build. (Read Only)
Read time 1 minuteLast updated 4 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 AssemblyBuilderStatus status { get; }

Remarks

Returns AssemblyBuilderStatus.IsCompiling during build and AssemblyBuilderStatus.Finished once the build finishes.
Accessing this property in a loop on the main thread until it returns AssemblyBuilderStatus.Finished is allowed. This will block the main thread until the build finishes.
Additional Resources: AssemblyBuilder.Build.