Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildSummary

Contains overall summary information about a build.
Read time 1 minuteLast updated 8 days ago

Definition

public struct BuildSummary

Properties

Property

Description

buildEndedAtThe time the build ended.
buildStartedAtThe time the build was started.
buildTypeThe type of build.
dataPathThe platform-specific path of the Data folder for a player build. For AssetBundle builds, this value of this will be identical to the output path.
guidThe build guid of a Player build.
multiProcessEnabledWhether the multi-process option was enabled for the build.
optionsThe BuildOptions used for the build, as passed to BuildPipeline.BuildPlayer.
outputPathThe output path for the build, as provided to BuildPipeline.BuildPlayer.
platformThe platform that the build was created for.
platformGroupThe platform group the build was created for.
resultThe outcome of the build.
totalErrorsThe total number of errors and exceptions recorded during the build process.
totalSizeThe total size of the build output, in bytes.
totalTimeThe total time taken by the build process.
totalWarningsThe total number of warnings recorded during the build process.

Methods

Method

Description

GetSubtargetThe subtarget that the build was created for.