struct in UnityEditor.Build.Reporting
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.
CloseFor 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.
CloseContains overall summary information about a build.
buildEndedAt | The time the build ended. |
buildStartedAt | The time the build was started. |
guid | The Application.buildGUID of the build. |
options | The BuildOptions used for the build, as passed to BuildPipeline.BuildPlayer. |
outputPath | The output path for the build, as provided to BuildPipeline.BuildPlayer. |
platform | The platform that the build was created for. |
platformGroup | The platform group the build was created for. |
result | The outcome of the build. |
totalErrors | The total number of errors and exceptions recorded during the build process. |
totalSize | The total size of the build output, in bytes. |
totalTime | The total time taken by the build process. |
totalWarnings | The total number of warnings recorded during the build process. |