[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Build.Reporting.BuildSummary.html [Back]  [Original]

Unity - Scripting API: BuildSummary
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    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
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Contains overall summary information about a build.

    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.

    Public Methods

    Method Description
    GetSubtargetThe subtarget that the build was created for.

    Web Proxy Viewer  |  New URL  |  Original Page