v1.3.3 - Support for Extracted TypeTrees
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
- @paulb-unity made their first contribution in #60
Full Changelog: 1.3.2...v1.3.3