Skip to content

Commit 54bb916

Browse files
committed
Update package.json and install instructions
1 parent 66a5f89 commit 54bb916

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This project provides a basic Asset Dependency Graph for Unity using the new [Gr
55
![](Images~/Example.png?raw=true)
66

77
## Install instructions
8-
Clone and Add this GitHub repository as a local package using Package Manager.
8+
1. Close Unity and open the `Packages/manifest.json` file
9+
2. Add `"com.harryrose.assetdependencygraph": "https://github.com/Unity-Harry/Unity-AssetDependencyGraph.git",` to the `dependencies` section
910

1011
## Usage
1112

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"name": "com.unityharry.assetdependencygraph",
2+
"name": "com.harryrose.assetdependencygraph",
33
"displayName": "Asset Dependency Graph",
44
"version": "1.0.0",
55
"unity": "2018.3",
6-
"description": "Asset dependency graph visualizer."
6+
"description": "The Asset Dependency Graph tool allows you to visualize an asset’s dependency chain",
7+
"type" : "tool",
8+
"author": {
9+
"name": "Harry Rose",
10+
"url": "https://www.twitter.com/peanutbuffer"
11+
}
712
}

0 commit comments

Comments
 (0)