# BuildSummary

> Contains overall summary information about a build.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.Build.Reporting](/engine/6000.0/script-reference/unityeditor/build/reporting.md)
* **Assembly:** UnityEditor

```csharp
public struct BuildSummary
```

## Properties

| Property                                                                                                               | Description                                                                                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [buildEndedAt](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/buildendedat.md)               | The time the build ended.                                                                                                                                                                                               |
| [buildStartedAt](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/buildstartedat.md)           | The time the build was started.                                                                                                                                                                                         |
| [buildType](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/buildtype.md)                     | The type of build.                                                                                                                                                                                                      |
| [guid](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/guid.md)                               | The [Application.buildGUID](/engine/6000.0/script-reference/unityengine/application/buildguid.md) of the build.                                                                                                         |
| [multiProcessEnabled](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/multiprocessenabled.md) | Whether the multi-process option was enabled for the build.                                                                                                                                                             |
| [options](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/options.md)                         | The [BuildOptions](/engine/6000.0/script-reference/unityeditor/buildoptions.md) used for the build, as passed to [BuildPipeline.BuildPlayer](/engine/6000.0/script-reference/unityeditor/buildpipeline/buildplayer.md). |
| [outputPath](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/outputpath.md)                   | The output path for the build, as provided to [BuildPipeline.BuildPlayer](/engine/6000.0/script-reference/unityeditor/buildpipeline/buildplayer.md).                                                                    |
| [platform](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/platform.md)                       | The platform that the build was created for.                                                                                                                                                                            |
| [platformGroup](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/platformgroup.md)             | The platform group the build was created for.                                                                                                                                                                           |
| [result](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/result.md)                           | The outcome of the build.                                                                                                                                                                                               |
| [totalErrors](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/totalerrors.md)                 | The total number of errors and exceptions recorded during the build process.                                                                                                                                            |
| [totalSize](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/totalsize.md)                     | The total size of the build output, in bytes.                                                                                                                                                                           |
| [totalTime](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/totaltime.md)                     | The total time taken by the build process.                                                                                                                                                                              |
| [totalWarnings](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/totalwarnings.md)             | The total number of warnings recorded during the build process.                                                                                                                                                         |

## Methods

| Method                                                                                                   | Description                                   |
| -------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [GetSubtarget](/engine/6000.0/script-reference/unityeditor/build/reporting/buildsummary/getsubtarget.md) | The subtarget that the build was created for. |
