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

BuildContentOptions.DisableWriteTypeTree

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

Description

Do not include type tree information in the serialized data.

Disabling type trees reduces build size and build time, but removes the ability to load content built with different versions of scripts or Unity. Only use this option if you are certain the runtime environment will match the build environment exactly.

Additional resources: BuildAssetBundleOptions.DisableWriteTypeTree