Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

BuildReport.contentSummary

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public ContentSummary contentSummary;

Description

Retrieve statistics about the content of the build, such as total sizes, object counts, and breakdowns by Unity Object type and source Asset.

ContentSummary is populated for Player builds, AssetBundle builds, and ContentDirectory builds. It is not populated for scripts-only Player builds (see BuildOptions.BuildScriptsOnly). For incremental AssetBundle builds, the statistics only reflect the AssetBundles that were rebuilt in the current build invocation; unchanged AssetBundles reused from previous builds are not included. This property returns null if the ContentSummary was not populated.

Additional resources: ContentSummary