Skip to content

Editor script which implements an inspector for the BuildReport class

Notifications You must be signed in to change notification settings

Unity-Technologies/BuildReportInspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Report Inspector for Unity

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.

Disclaimer

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.

Installation and Usage

See the Build Report Inspector documentation.

About

Editor script which implements an inspector for the BuildReport class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages