Version: 2019.4
Asset Graph
Collections

Build Report Inspector

com.unity.build-report-inspector preview 

Description

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.

Version information

Experimental or in preview for Unity

These package versions might not be safe to use in production with Unity version 2019.4:

Documentation location: State Versions available:
com.unity.build-report-inspector@0.2 preview 0.2.2-preview
com.unity.build-report-inspector@0.1 preview 0.1.0-preview, 0.1.1-preview, 0.1.2-preview

Keywords

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

Asset Graph
Collections