Version: 2020.2
Troubleshooting
Scripting with Assets

Unity Asset Bundle Browser tool

You can use the Asset Bundle Browser to view and edit the configuration of asset bundles in your Unity project.

For more information, see the Unity Asset Bundle Browser documentation.

Note: This tool is an unsupported utility. Viewing extremely large asset bundles can lead to slow performance and memory issues. The Github repository linked from this page contains the latest source code and supersedes any other sources.

Installation

To install the Asset Bundle Browser:

  1. Open the Unity [Package Manager]((https://docs.unity3d.com/2020.1/Documentation/Manual/upm-ui.html) in your Project (menu: Windows > Package Manager).
  2. Click the + (Add) button at the top, left corner of the window.
  3. Choose Add package from git URL…
  4. Enter https://github.com/Unity-Technologies/AssetBundles-Browser.git as the URL
  5. Click Add.

The Package Manager downloads and installs the package’s “master” branch.



  • New feature in 5.6
Troubleshooting
Scripting with Assets