mirror of
https://github.com/Siccity/xNodeGroups.git
synced 2025-12-20 09:16:02 +08:00
28 lines
940 B
Markdown
28 lines
940 B
Markdown
# xNodeGroups
|
|
A small addon for xNode that lets you add groups to your graphs
|
|
|
|

|
|
|
|
### Installation
|
|
<details><summary>Instructions</summary>
|
|
|
|
### Installing with Unity Package Manager
|
|
***Via Git URL***
|
|
*(Requires Unity version 2018.3.0b7 or above)*
|
|
|
|
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`:
|
|
|
|
```
|
|
"com.github.siccity.xnodegroups": "https://github.com/Siccity/xNodeGroups.git"
|
|
```
|
|
|
|
You will need to have Git installed and available in your system's PATH.
|
|
|
|
### 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>
|
|
|
|
Requires [xNode](https://github.com/Siccity/xNode)
|