Version: 2021.1
언어: 한국어

BuildSummary

struct in UnityEditor.Build.Reporting

매뉴얼로 전환

설명

Contains overall summary information about a build.

변수

buildEndedAtThe time the build ended.
buildStartedAtThe time the build was started.
guidThe Application.buildGUID of 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.