UnityAddressablesBuildLayoutExplorer
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.
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 
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...