https://github.com/unity-technologies/assetbundles-browser
Editor tool for viewing and debugging asset bundle contents before and after builds
https://github.com/unity-technologies/assetbundles-browser
Last synced: 11 months ago
JSON representation
Editor tool for viewing and debugging asset bundle contents before and after builds
- Host: GitHub
- URL: https://github.com/unity-technologies/assetbundles-browser
- Owner: Unity-Technologies
- License: other
- Created: 2016-11-17T19:41:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T17:40:25.000Z (about 3 years ago)
- Last Synced: 2025-05-15T07:04:22.916Z (11 months ago)
- Language: C#
- Size: 1.03 MB
- Stars: 2,295
- Watchers: 818
- Forks: 533
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.md
Awesome Lists containing this project
README
# 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()](https://docs.unity3d.com/ScriptReference/BuildPipeline.BuildAssetBundles.html).
## Alternatives
It is recommended to use the [Addressables package](https://docs.unity3d.com/Packages/com.unity.addressables@latest) to define and build AssetBundles, rather than the Asset Bundle Browser.
[UnityDataTools](https://github.com/Unity-Technologies/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](Documentation/com.unity.assetbundlebrowser.md).