Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildResult

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

Definition

public enum BuildResult

Fields

Value

Description

CancelledIndicates that the build was cancelled by the user.
FailedIndicates that the build failed.
SucceededIndicates that the build completed successfully.
UnknownIndicates that the outcome of the build is in an unknown state.