File tree 2 files changed +9
-3
lines changed 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ This project provides a basic Asset Dependency Graph for Unity using the new [Gr
5
5
![ ] ( Images~/Example.png?raw=true )
6
6
7
7
## 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
9
10
10
11
## Usage
11
12
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " com.unityharry .assetdependencygraph" ,
2
+ "name" : " com.harryrose .assetdependencygraph" ,
3
3
"displayName" : " Asset Dependency Graph" ,
4
4
"version" : " 1.0.0" ,
5
5
"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
+ }
7
12
}
You can’t perform that action at this time.
0 commit comments