From ae998a4e07f4d72388a2557a84f294e55b92244d Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Mon, 7 Sep 2020 09:13:29 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0ac093..d113695 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo ### Installation
Instructions -## Installing with Unity Package Manager +### Installing with Unity Package Manager ***Via Git URL*** *(Requires Unity version 2018.3.0b7 or above)* @@ -59,10 +59,18 @@ The package is available on the [openupm registry](https://openupm.com). It's re openupm add com.github.siccity.xnode ``` -## Installing with git +### Installing with git ***Via Git Submodule*** + To add xNode as a [submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) in your existing git project, -run the following git command `git submodule add git@github.com:Siccity/xNode.git Assets/Submodules/xNode` +run the following git command from your project root: + +``` +git submodule add git@github.com:Siccity/xNode.git Assets/Submodules/xNode +``` + +### Installing 'the old way' +If no source control or package manager is available to you, you can simply copy/paste the source files into your assets folder.