From 211bf9ba94b5036bb1c5714e4b81e03c70bb27ec Mon Sep 17 00:00:00 2001 From: Favo Yang Date: Mon, 13 Jan 2020 12:57:53 +0800 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ef1f6b..987977c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,21 @@ # Unity - Asset Dependency Graph +[![openupm](https://img.shields.io/npm/v/com.harryrose.assetdependencygraph?label=openupm®istry_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 @@ -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 \ No newline at end of file +2019.2, 2019.1, 2018.4, 2018.3