包含有关构建的总体摘要信息:
| buildEndedAt | 构建结束的时间。 |
| buildStartedAt | 构建开始的时间。 |
| guid | 构建的 Application.buildGUID。 |
| options | 用于构建的 BuildOptions,传递给 BuildPipeline.BuildPlayer。 |
| outputPath | 用于构建的输出路径,提供给 BuildPipeline.BuildPlayer。 |
| platform | 构建的适用平台。 |
| platformGroup | 构建的适用平台组。 |
| result | 构建的结果。 |
| totalErrors | 构建过程中记录的错误和异常总数。 |
| totalSize | 构建输出的总大小(单位:字节)。 |
| totalTime | 构建过程花费的总时间。 |
| totalWarnings | 构建过程中记录的警告总数。 |
| GetSubtarget | The subtarget that the build was created for. |