Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.46 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.46 KB

Visualizer for Unity Addressables build layout MIT License

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

Requirements

  • Python 3.6 or higher
  • pip

Additional requirements on Windows platform:

  • Windows SDK (required by numpy)
  • MSVC C++ Build tools (required by numpy)

Installation

On Windows:

pip install vuabl

Or:

py -m pip install vuabl

On other systems:

pip3 install vuabl

Or:

python3 -m pip install vuabl

Usage

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:

Example

If you don't know how to generate an Addressables build layout or where to find it, check this

Options

Your can get a list of all supported options by adding -h or --help to the command. For example:

vuabl -h