Visualizer for Unity Addressables build layout or just vuabl is a small app, that tries to simplify the task of optimizing the build size in Unity projects with the Addressables system
- Python 3.6 or higher
- pip
Additional requirements on Windows platform:
- Windows SDK (required by numpy)
- MSVC C++ Build tools (required by numpy)
On Windows:
pip install vuabl
Or:
py -m pip install vuabl
On other systems:
pip3 install vuabl
Or:
python3 -m pip install vuabl
Simply run:
vuabl your_buildlayout.txt
If the app doesn't open automatically in the browser, open the app's address in your browser manually (by default it is 127.0.0.1:8050)
Example:
If you don't know how to generate an Addressables build layout or where to find it, check this
Your can get a list of all supported options by adding -h or --help to the command. For example:
vuabl -h