Skip to content

Editor tool for viewing and debugging asset bundle contents before and after builds

License

Notifications You must be signed in to change notification settings

Unity-Technologies/AssetBundles-Browser

Folders and files

NameName
Last commit message
Last commit date
Aug 7, 2019
Aug 7, 2019
Feb 28, 2018
Feb 16, 2018
Feb 16, 2018
Oct 1, 2018
Nov 7, 2017
Nov 7, 2017
Nov 7, 2017
Nov 9, 2017
Nov 29, 2017
Jan 11, 2023
Nov 7, 2017
Nov 7, 2017
Mar 15, 2018
Nov 7, 2017
Jan 11, 2023
Nov 7, 2017

Repository files navigation

Unity Asset Bundle Browser tool

Note: This tool is not a supported utility.

This tool enables the user to view the content of built AssetBundles (on the "Inspect" tab). This can be useful, but viewing extremely large AssetBundles can lead to slow performance and memory issues.

The "Configure" tab offers basic functionality for assigning Assets and Scenes to bundles, similar to using the AssetBundle control at the bottom of the Inspector.

The "Build" tab offers basic functionality to assist in setting up a call to BuildPipeline.BuildAssetBundles().

Alternatives

It is recommended to use the Addressables package to define and build AssetBundles, rather than the Asset Bundle Browser.

UnityDataTools is an alternative way to view the content of built AssetBundles.

Installation

To install the Asset Bundle Browser:

  • Open the Unity Package Manager in your Project (menu: Windows > Package Manager).
  • Click the + (Add) button at the top, left corner of the window.
  • Choose Add package from git URL…
  • Enter https://github.com/Unity-Technologies/AssetBundles-Browser.git as the URL
  • Click Add. The Package Manager downloads and installs the package’s “master” branch.

Once installed it will create a new menu item in Window->AssetBundle Browser.

Full Documentation

See the included project manual page.