File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ this document. AssetBundles are archive files (similar to zip files) that can be
3232runtime. They contain SerializedFiles, but contrary to those of the Player Data, they include what
3333is called a TypeTree<sup >[ 1] ( #footnote1 ) </sup >.
3434
35+ > Note: it is possible to generate TypeTrees for the Player data starting in Unity 2021.2.
36+ > To do so, the * ForceAlwaysWriteTypeTrees* Diagnostic Switch must be enabled in the Editor
37+ > Preferences (Diagnostic/Editor section).
38+
3539The TypeTree is a data structure exposing how objects have been serialized, i.e. the name, type and
3640size of their properties. It is used by Unity when loading an AssetBundle that was built by a
3741previous Unity version (so you don't necessarily have to update all AssetBundles after upgrading a
You can’t perform that action at this time.
0 commit comments