This version of Unity is unsupported.

BuildResult

enumeration

Description

Describes the outcome of the build process.

Properties

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