Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExternalBuildInfo

Describes a build performed by an external build pipeline, for registration in the build history.
Read time 1 minuteLast updated 10 days ago

Definition

public struct ExternalBuildInfo

Remarks

Pass this structure to BuildHistory.RegisterExternalBuild to record a build performed outside the Unity build pipeline. Unity derives the stored BuildReportSummary from these values.

Fields

Value

Description

BuildNameThe display name of the build.
BuildResultThe outcome of the build. Required.
BuildSessionGUIDA unique identifier for the build session. Required.
BuildStartedAtThe time the build started. Required.
BuildTypeThe type of build. Required.
BuildTypeNameAn optional display name for the build pipeline that performed the build. When empty, Unity uses the name of ExternalBuildInfo.BuildType.
OutputPathThe output path of the build.
PlatformThe platform the build was created for. Required.
ProducerPackageThe name of the package whose build pipeline made this build, for example
com.unity.addressables
. Optional.
TotalErrorsThe total number of errors recorded during the build.
TotalSizeBytesThe total size of the build output, in bytes.
TotalTimeThe total time taken by the build.
TotalWarningsThe total number of warnings recorded during the build.