Skip to content

Commit aede802

Browse files
authored
Merge pull request #71 from Unity-Technologies/dev
updated description for packman UI
2 parents 2cb223f + 64190f0 commit aede802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "com.unity.assetbundlebrowser",
3+
"displayName": "Asset Bundle Browser",
34
"version": "1.3.0",
45
"unity": "2018.1",
5-
"description": "Editor tool used to manually manage Asset Bundle configuration.",
6+
"description": "The Asset Bundle Browser tool enables the user to view and edit the configuration of asset bundles for their Unity project. It will block editing that would create invalid bundles, and inform you of any issues with existing bundles. It also provides basic build functionality.\n\nUse 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 built-bundle inspection are split into three tabs within the new window.",
67
"keywords": ["asset", "bundle", "bundles", "assetbundles"],
78
"category": "Asset Bundles",
89
"dependencies": {

0 commit comments

Comments
 (0)