From 91aecabd1a93369bfe8b5fc9d11d22b71df4b8e9 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Fri, 28 Jun 2019 00:19:29 +0200 Subject: [PATCH] Fixed UPM Readme #166 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c3abfb..47e2750 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,13 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo * [Examples branch](https://github.com/Siccity/xNode/tree/examples) - look at other small projects ### Installing with Unity Package Manager +*(Requires Unity version 2018.3.0b7 or above)* + To install this project as a dependency using the Unity Package Manager, add the following line to your project's `manifest.json`: ``` -"com.github.siccity.xnode": "git+https://github.com/siccity/xNode.git" +"com.github.siccity.xnode": "https://github.com/siccity/xNode.git" ``` If you are using [Assembly Definitions](https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html) in your project, you will need to add `XNode` and/or `XNodeEditor` as Assembly Definition References.