Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildResult

Describes the outcome of the build process.
Read time 1 minuteLast updated 11 days ago

Definition

public enum BuildResult

Fields

Value

Description

CancelledIndicates that the build was cancelled by the user.
FailedIndicates that the build failed.
PendingBuild is actively running, or the Unity editor process was aborted during the build and it never reached a completed state.
SucceededIndicates that the build completed successfully.
UnknownIndicates that the outcome of the build is in an unknown state.