Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Unity - Asset Dependency Graph
[![openupm](https://img.shields.io/npm/v/com.harryrose.assetdependencygraph?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.harryrose.assetdependencygraph/)

This project provides a basic Asset Dependency Graph for Unity using the new [GraphView](https://docs.unity3d.com/2019.2/Documentation/ScriptReference/Experimental.GraphView.GraphView.html) API.

![](Images~/Example.png?raw=true)

## Install instructions

### Install via OpenUPM

The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).

```
openupm add com.harryrose.assetdependencygraph
```

### Install via git url
1. Close Unity and open the `Packages/manifest.json` file
2. Add `"com.harryrose.assetdependencygraph": "https://github.com/Unity-Harry/Unity-AssetDependencyGraph.git",` to the `dependencies` section

Expand All @@ -21,4 +32,4 @@ Once the window is open:
Any questions? Ask [@peanutbuffer](https://twitter.com/PeanutBuffer)

## Tested against
2019.2, 2019.1, 2018.4, 2018.3
2019.2, 2019.1, 2018.4, 2018.3