Version: 2019.1
Barracuda
Burst

Build Report Inspector

com.unity.build-report-inspector

説明

Editor script which implements an inspector for the BuildReport class.

The BuildReport class lets you access information about your last build, and helps you profile the time spent building your project and the builds disk size footprint. This information may help you improving your build times and build sizes. This script allows you to inspect this information graphically in the Editor UI, making it more easily accessible than the script APIs would.

You can obtain a BuildReport object as the return value of the BuildPlayer API (https://docs.unity3d.com/ScriptReference/BuildPipeline.BuildPlayer.html) when making a build, or by selecting a file containing BuildReport data.
Unity’s default build setup will write such a file to Library/LastBuild.buildreport (this may change in the future) when making a build. This script adds a convenient menu shortcut (Window/Open Last Build Report), to copy that file to the Assets folder and select it, so you can inspect it using the Build Report Inspector.
Once open in the inspector, you can chose what data to view using the popup menu at the top of the window.

バージョン情報

Unity との互換性

These package versions are compatible with Unity version 2019.1:

ドキュメント Versions supported:
com.unity.build-report-inspector@0.1 0.1.0-preview

キーワード

build, report, inspector, profile, time, size, optimize

Barracuda
Burst