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-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Left hand pane showing a list of all bundles in the project. Available function
22
22
* Bundles with variants are a darker grey and can be expanded to show the list of variants.
23
23
* Right-click or slow-double-click to rename bundle or bundle folder.
24
24
* 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.
25
-
* 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.
25
+
* If a bundle has at least one scene in it (making it a scene bundle) and non-scene assets explicitly included, it will be marked as having an error. This bundle will not build until fixed.
26
26
* Bundles with duplicated assets will be marked with a warning (more information on duplication in Asset List section below)
27
27
* 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.
28
28
* Folders of bundles will be marked with the highest message from the contained bundles.
@@ -31,7 +31,7 @@ Left hand pane showing a list of all bundles in the project. Available function
31
31
* Right click on multiple bundles to either move the assets from all selected bundles that are duplicates into a new bundle, or only those that are shared within the selection.
32
32
* You can also drag duplicate assets out of the Asset List pane into the Bundle List to explicitly include them in a bundle. More info on this in the Asset List feature set below.
33
33
* Right click or hit DEL to delete bundles.
34
-
* Drag bundles around to move them into and out of folders, or merge them (if none are scene bundles).
34
+
* Drag bundles around to move them into and out of folders, or merge them.
35
35
* Drag assets from the Project Explorer onto bundels to add them.
36
36
* Drag assets onto empty space to create a new bundle.
37
37
* Right click to create new bundles or bundle folders.
@@ -55,7 +55,7 @@ Upper right hand pane providing a list of assets contained in whichever bundles
55
55
* Note that this list of implicit includes can be incomplete. There are known issues with materials and textures not always showing up correctly.
56
56
* As multiple assets can share dependencies, it is common for a given asset to be implicitly included in multiple bundles. If the tool detects this case, it will mark both the bundle and the asset in question with a warning icon.
57
57
* To fix the duplicate-inclusion warnings, you can manually move assets into a new bundle or right click the bundle and selecting one of the "Move duplicate" options.
58
-
* Drag assets from the Project Explorer into this view to add them to the selected bundle. This is only valid if only one bundle is selected, and it is not a scene bundle
58
+
* Drag assets from the Project Explorer into this view to add them to the selected bundle. This is only valid if only one bundle is selected, and the asset type is compatable (scenes onto scene bundles, etc.)
59
59
* Drag assets (explicit or implicit) from the Asset List into the Bundle List (to add them to different bundles, or a newly created bundle).
60
60
* Right click or hit DEL to remove assets from bundles (does not remove assets from project).
61
61
* Select or double-click assets to reveal them in the Project Explorer.
@@ -72,6 +72,9 @@ Lower right hand pane showing details of the asset(s) selected in the Asset List
72
72
### Troubleshooting
73
73
**Can't rename or delet a specific bundle.* This is occasionally caused when first adding this tool to an existing project. Please force a reimport of your assets through the Unity menu system to refresh the data.
74
74
75
+
### External Tool Integration
76
+
Other tools that generate asset bundle data can choose to integrate with the browser. Currently the primary example is the [Asset Bundle Graph Tool](https://bitbucket.org/Unity-Technologies/assetbundlegraphtool). If integrations are detected, then a selection bar will appear near the top of the browser. It will allow you to select the Default data source (Unity's AssetDatabase) or an integrated tool. If none are detected, the selector is not present, though you can add it by right-clicking on the tab header and selecting "Custom Sources".
77
+
75
78
# Usage - Build
76
79
The Build tab provides basic build functionality to get you started using asset bundles. In most profressional scenarios, users will end up needing a more advanced build setup. All are welcome to use the build code in this tool as a starting point for writing their own once this no longer meets their needs. Interface:
77
80
**Build Target* - Platform the bundles will be built for
0 commit comments