Version: Unity 6.6 Beta (6000.6)
Language : English
AssetBundle and Addressables determinism
Build history

Analyze builds

Understand the build report and supporting files that Unity creates for each build to analyze and understand what your builds produce.

Every Player or content directory build adds an entry to the build history, which are a set of files that describe how the build ran and what it produced. You can use these files to understand what happened during the build process.

Topic Description
Build history Understand the build history and the files Unity records for each Player and content directory build, where Unity stores them, and how to access them.
Access the build history through scripts Use the BuildHistory class to query builds from the Editor.
Build Analysis window reference Reference for the Build Analysis window, where you can inspect the build history of your project.
Build history file reference Reference for the files contained in the BuildHistory folder of your project.
Build cache location reference Reference for where Unity stores build cache files on different operating systems.

Additional resources

AssetBundle and Addressables determinism
Build history