mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
Git readme tweak (#167)
This commit is contained in:
parent
91aecabd1a
commit
c264f4877b
@ -35,13 +35,15 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo
|
|||||||
### Installing with Unity Package Manager
|
### Installing with Unity Package Manager
|
||||||
*(Requires Unity version 2018.3.0b7 or above)*
|
*(Requires Unity version 2018.3.0b7 or above)*
|
||||||
|
|
||||||
To install this project as a dependency using the Unity Package Manager,
|
To install this project as a [Git dependency](https://docs.unity3d.com/Manual/upm-git.html) using the Unity Package Manager,
|
||||||
add the following line to your project's `manifest.json`:
|
add the following line to your project's `manifest.json`:
|
||||||
|
|
||||||
```
|
```
|
||||||
"com.github.siccity.xnode": "https://github.com/siccity/xNode.git"
|
"com.github.siccity.xnode": "https://github.com/siccity/xNode.git"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You will need to have Git installed and available in your system's PATH.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
### Node example:
|
### Node example:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user