This package contains an Editor script which implements an inspector for BuildReport files.
The BuildReport file is generated for Player builds ( BuildPipeline.BuildPlayer), as well as BuildPipeline.BuildAssetBundles.
This file records information about your last build, and helps you profile the time spent building your project and to understand the disk size footprint of the build output.
This package adds UI support for inspecting this information graphically in the Unity Editor Inspector view.
Note: The Addressables and Scriptable Build Pipeline packages do not generate a BuildReport file, but Addressables has its own UI for showing build results.
This package is provided as-is, with no support from Unity Technologies.
It serves as a demonstration of the information available in the BuildReport file. It can be a useful tool "as-is" and continues to be functional in recent versions of Unity, for example Unity 6.
See the Build Report Inspector documentation.