Version: Unity 6.7 Alpha (6000.7)
Language : English
Project view reference
Project Auditor settings reference

Build view reference

Contains information about the build size and compilation steps of your project.

Important: Most of the information in this view is duplicated by the Build Analysis window. Use the Build Analysis window to get the most detailed information about the build of your project.

The Build area of Project Auditor contains the following views:

Build Size view

Displays the file sizes of all the assets that were in the last clean build. It uses the build report to get this data.

A clean build is important for capturing accurate information about build sizes and steps. For this reason, Project Auditor doesn’t display the results of incremental builds. For information on how to create a clean build, refer to Create a clean build.

Project Auditor window with the Build Size view open
Project Auditor window with the Build Size view open

Information panel

The Information panel contains details of the build report which the asset file data was extracted from. This also includes an additional Sizes panel which displays a summary of the total size of the asset data and a breakdown of the largest asset categories arranged by runtime type. This can help to prioritise areas of investigation if you want to reduce your application’s download/install size.

Table

The table of issues has the following columns. Use the table controls to configure how to organize and display the data.

Property Description
Source Asset The file name of the source asset.
File Type The file type of the source asset.
Importer Type The type of importer used to process the source asset into its runtime type.
Runtime Type The runtime type of the asset. For example, a .png image file that was imported by the TextureImporter to create a Texture2D.
Size File size of the imported asset.
Size % (of Data) File size of the imported asset, as a percentage of the combined size of all the assets which were include in the build.
Build File The file name of the archive file which the imported asset was packed into.

Build Steps view

Displays all the build steps from the last clean BuildReport and how long each step took.

Project Auditor window with the Build Steps view open
Project Auditor window with the Build Steps view open

Information panel

The Information panel contains details of the Build Report which the asset file data was extracted from.

Table

The table differs slightly from the ones in other Views. It represents an ordered hierarchical list of build steps, indented to show sub steps. Because of this table formatting, you can’t sort the table by column, and several buttons in the table view controls aren’t displayed in this View.

Property Description
Log Level The log level of the build message (Error/Warning/Info).
Build Step The build report log message. Info messages describe the build step itself, Warning/Error messages indicate problems that were encountered during the build.
Duration The time taken by this build step and its sub tasks.

Additional resources

Project view reference
Project Auditor settings reference