Skip to content

Commit 4bb96da

Browse files
Merge pull request #17 from Unity-Technologies/thomas-rosenquist-patch-1
Finished sentence regarding TypeTrees
2 parents 4505f12 + 39fc7d8 commit 4bb96da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ The content of a SerializedFile including a TypeTree can be converted to a human
4545
using the binary2text tool that can be found in the Tools folder of Unity. In the case of
4646
AssetBundles, the SerializedFiles must first be extracted using the WebExtract tool that is also in
4747
the Tools folder. For the Player Data, there is no TypeTree because it is included in a build and
48+
therefore not sensitive to Unity version upgrades. Skipping TypeTrees yields reduced file size and
49+
improved loading times.
4850

4951
The text file generated by binary2text can be very useful to
5052
diagnose issues with a build, but they are usually very large and difficult to navigate. Because of

0 commit comments

Comments
 (0)