Skip to content

Commit

Permalink
Merge pull request #74 from Unity-Technologies/dev
Browse files Browse the repository at this point in the history
fixing doc and changing asmdef names
  • Loading branch information
alffanclub authored Feb 2, 2018
2 parents aede802 + e62c878 commit 813c31d
Show file tree
Hide file tree
Showing 11 changed files with 182 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Documentation/com.unity.assetbundlebrowser.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This tool enables the user to view and edit the configuration of asset bundles f

Use this tool as an alternative to selecting assets and setting their asset bundle manually in the inspector. It 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, build functionality, and build-bundle inspection are split into three tabs within the new window.

![BrowserHeader](../Documentation/images/browser_header.png)
![BrowserHeader](images/browser_header.png)

### Requires Unity 5.6+

Expand All @@ -13,7 +13,7 @@ Use this tool as an alternative to selecting assets and setting their asset bund
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.

The window is broken into four sections: Bundle List, Bundle Details, Asset List, and Asset Details.
![BroserConfigure](../Documentation/images/browser_configure2.png)
![BroserConfigure](images/browser_configure2.png)

### Bundle List

Expand Down Expand Up @@ -63,9 +63,9 @@ Left hand pane showing a list of all bundles in the project. Available functiona

Icons indicate if the bundle is a standard or a scene bundle.

![Icon for standard bundle](../Editor/Icons/ABundleBrowserIconY1756Basic.png)
![Icon for standard bundle](images/ABundleBrowserIconY1756Basic.png)

![Icon for scene bundle](../Editor/Icons/ABundleBrowserIconY1756Scene.png)
![Icon for scene bundle](images/ABundleBrowserIconY1756Scene.png)

### Bundle Details

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions Documentation/images/ABundleBrowserIconY1756Basic.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions Documentation/images/ABundleBrowserIconY1756Scene.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor/AssetBundleBrowserMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEditor;
using UnityEngine;

[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("com.unity.assetbundlebrowser.EditorTests")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("Unity.AssetBundleBrowser.Editor.Tests")]

namespace AssetBundleBrowser
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "com.unity.assetbundlebrowser.Editor",
"name": "Unity.AssetBundleBrowser.Editor",
"references": [
],
"includePlatforms": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions Editor/com.unity.assetbundlebrowser.Editor.asmdef.meta

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.assetbundlebrowser.EditorTests",
"name": "Unity.AssetBundleBrowser.Editor.Tests",
"references": [
"com.unity.assetbundlebrowser.Editor"
"Unity.AssetBundleBrowser.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 813c31d

Please sign in to comment.