Version: 2022.2
LanguageEnglish
  • C#

BuildSummary

struct in UnityEditor.Build.Reporting

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Contains overall summary information about a build.

Properties

buildEndedAtThe time the build ended.
buildStartedAtThe time the build was started.
guidThe Application.buildGUID of 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.

Public Methods

GetSubtargetThe subtarget that the build was created for.