You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,14 +41,14 @@ public class SubNode : BaseNode
40
41
}
41
42
```
42
43
43
-
###Unity Compatible versions
44
+
## Unity Compatible versions
44
45
45
46
This project requires at least Unity **2020.2** with a scripting runtime version of 4.x in player settings.
46
47
The current Unity version used for the project is **2020.2.0f1**, if you want to install NodeGraphProcessor in an older unity project, you can install it via Open UPM (minimum version: Unity **2019.3**).
47
48
48
-
###Installation
49
+
## Installation
49
50
50
-
####Install Manually
51
+
### Install Manually
51
52
There are two ways to install this asset: you can use the Unity package manager or move the entire repo inside your Assets folder.
52
53
To install using the package manager:
53
54
@@ -56,21 +57,21 @@ To install using the package manager:
56
57
- then select the package.json file located in `Assets/NodeGraphProcessor`
57
58
- package is installed :)
58
59
59
-
####Install via OpenUPM
60
+
### Install via OpenUPM
60
61
61
62
The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).
62
63
63
64
```
64
65
openupm add com.alelievr.node-graph-processor
65
66
```
66
67
67
-
####Install via Git
68
+
### Install via Git
68
69
69
70
Alternatively, you can use the [git address feature in the package manager](https://forum.unity.com/threads/git-support-on-package-manager.573673/) on the branch [#upm](https://github.com/alelievr/NodeGraphProcessor/tree/upm), it only contains the package but it may be out of sync compared to master.
70
71
71
72
Note that you'll not have access to the examples provided in this repo because the package only include the core of NodeGraphProcessor.
72
73
73
-
###Features
74
+
## Features
74
75
75
76
- Node and Graph property serialization (as json)
76
77
- Scriptable Object to store graph as a Unity asset.
@@ -95,73 +96,73 @@ Note that you'll not have access to the examples provided in this repo because t
95
96
96
97
More details are available [in the Changelog](CHANGELOG.md)
97
98
98
-
###Documentation
99
+
## Documentation
99
100
100
101
API doc is available here: [alelievr.github.io/NodeGraphProcessor](https://alelievr.github.io/NodeGraphProcessor/api/index.html)
101
102
102
103
The user manual is hosted using [Github Wiki](https://github.com/alelievr/NodeGraphProcessor/wiki).
103
104
104
-
###Remaining to do
105
+
## Remaining to do
105
106
106
107
- Investigate for ECS/Jobs integration
107
108
- API to create the graph in C#
108
109
- Subgraphs
109
110
110
111
For more details consult our [Github Project page](https://github.com/alelievr/NodeGraphProcessor/projects/2).
0 commit comments