Skip to content

v1.3.3 - Support for Extracted TypeTrees

Choose a tag to compare

@SkowronskiAndrew SkowronskiAndrew released this 11 Mar 22:01
· 6 commits to main since this release
b6caf1e

What's Changed

  • Added support for specifying an extracted type tree data file #60. This permits use of UnityDataTool to analyze the output of the new feature for reducing build size (available starting in Unity 6.5 + Addressables 2.9). See Addressable AssetBundle memory considerations for details.
  • Update UnityFileSystem (dlls, so and dylib) to the version shipped with 6000.5.0a8 - this version supports version 23 of the serialized file format and has the API needed to load extracted type tree files.

New Contributors

Full Changelog: 1.3.2...v1.3.3