mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-04 14:24:54 +08:00
Fixed UPM Readme #166
This commit is contained in:
parent
f0fd6b9634
commit
91aecabd1a
@ -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
|
* [Examples branch](https://github.com/Siccity/xNode/tree/examples) - look at other small projects
|
||||||
|
|
||||||
### Installing with Unity Package Manager
|
### 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,
|
To install this project as a dependency 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": "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.
|
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user