mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
Update README.md
This commit is contained in:
parent
0303c53643
commit
ae998a4e07
14
README.md
14
README.md
@ -36,7 +36,7 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo
|
|||||||
### Installation
|
### Installation
|
||||||
<details><summary>Instructions</summary>
|
<details><summary>Instructions</summary>
|
||||||
|
|
||||||
## Installing with Unity Package Manager
|
### Installing with Unity Package Manager
|
||||||
***Via Git URL***
|
***Via Git URL***
|
||||||
*(Requires Unity version 2018.3.0b7 or above)*
|
*(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
|
openupm add com.github.siccity.xnode
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing with git
|
### Installing with git
|
||||||
***Via Git Submodule***
|
***Via Git Submodule***
|
||||||
|
|
||||||
To add xNode as a [submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) in your existing git project,
|
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.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user