UnityAddressablesBuildLayoutExplorer icon indicating copy to clipboard operation
UnityAddressablesBuildLayoutExplorer copied to clipboard

BuildLayout Explorer for Unity 2019.3 and newer allows you to inspect the buildlayout.txt report that is generated by Addressables.

Results 3 UnityAddressablesBuildLayoutExplorer issues
Sort by recently updated
recently updated
newest added

The "size" column sometimes displays "Unknown", rather than the actual size. Some regions don't use the period symbol `.` as decimal separator, but a comma `,`. The generated `buildlayout.txt` file...

Using the json-support branch for Unity 2021.3.x & addressables v1.21.20 ![image](https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer/assets/146025177/42644044-74c4-4735-9ff2-0ec702cb2fe1)

Hello! I love this tool. It's been an invaluable addition in my current project. When I'm tracking down and trying to break dependency chains between bundles, it's very useful to...