BuildSummary
Contains overall summary information about a build.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public struct BuildSummary
Properties
Property | Description |
|---|---|
| buildEndedAt | The time the build ended. |
| buildStartedAt | The time the build was started. |
| buildType | The type of build. |
| dataPath | The 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. |
| guid | The build guid of a Player build. |
| multiProcessEnabled | Whether the multi-process option was enabled for 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. |
Methods
Method | Description |
|---|---|
| GetSubtarget | The subtarget that the build was created for. |