From 0303c53643c88f9e5ad9de1ce1a911e8dc9979c0 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Mon, 7 Sep 2020 09:09:32 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0207ad3..e0ac093 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo * [Getting started](https://github.com/Siccity/xNode/wiki/Getting%20Started) - create your very first node node and graph * [Examples branch](https://github.com/Siccity/xNode/tree/examples) - look at other small projects -### Installing with Unity Package Manager +### Installation +
Instructions + +## Installing with Unity Package Manager ***Via Git URL*** *(Requires Unity version 2018.3.0b7 or above)* @@ -56,6 +59,13 @@ The package is available on the [openupm registry](https://openupm.com). It's re openupm add com.github.siccity.xnode ``` +## 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` + +
+ ### Node example: ```csharp // public classes deriving from Node are registered as nodes for use within a graph