You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@ This tool enables the user to view and edit the configuration of asset bundles f
4
4
5
5
This tool can be dropped into any Unity project with a version of 5.6 or greater. It will create a new menu item in *Window->AssetBundle Browser*. The bundle configuration and build functionality are split into two tabs within the new window.
6
6
7
+

8
+
7
9
# Usage - Configure
8
10
This window provides an explorer like interface to managing and modifying asset bundles in your project. When first opened, the tool will parse all bundle data in the background, slowly marking warnings or errors it detects. It does what it can to stay in sync with the project, but cannot always be aware of activity outside the tool. To force a quick pass at error detection, or to update the tool with changes made externally, hit the Refresh button in the upper left.
9
-
The window is broken into three sections:
11
+
The window is broken into three sections: Bundle List, Asset List, and Asset Details.
Left hand pane showing a list of all bundles in the project. Available functionality:
12
16
* Select a bundle or set of bundles to see a list of the assets that will be in the bundle in the Asset List pane.
@@ -16,7 +20,7 @@ Left hand pane showing a list of all bundles in the project. Available function
16
20
* If a bundle has any error, warning, or info message, an icon will appear on the right side. Mouse over the icon for more information.
17
21
* If a bundle has a scene in it (making it a scene bundle) and anything else explicitly included, it will be marked as having an error. This bundle will not build until fixed.
18
22
* Bundles with duplicated assets will be marked with a warning (more information on duplciation in Asset List section below)
19
-
* Empty bundles will be marked with an info message.
23
+
* Empty bundles will be marked with an info message. For a number of reasons, empty bundles are not very stable and can dissapear from this list at times.
20
24
* Folders of bundles will be marked with the highest message from the contained bundles.
21
25
* To fix the duplicated inclusion of assets in bundles, you can:
22
26
* Right click on a single bundle to move all assets determined to be duplicates into a new bundle.
0 commit comments