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
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,14 @@ public class SubNode : BaseNode
41
41
}
42
42
```
43
43
44
-
###Unity Compatible versions
44
+
## Unity Compatible versions
45
45
46
46
This project requires at least Unity **2020.2** with a scripting runtime version of 4.x in player settings.
47
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**).
48
48
49
-
###Installation
49
+
## Installation
50
50
51
-
####Install Manually
51
+
### Install Manually
52
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.
53
53
To install using the package manager:
54
54
@@ -57,21 +57,21 @@ To install using the package manager:
57
57
- then select the package.json file located in `Assets/NodeGraphProcessor`
58
58
- package is installed :)
59
59
60
-
####Install via OpenUPM
60
+
### Install via OpenUPM
61
61
62
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).
63
63
64
64
```
65
65
openupm add com.alelievr.node-graph-processor
66
66
```
67
67
68
-
####Install via Git
68
+
### Install via Git
69
69
70
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.
71
71
72
72
Note that you'll not have access to the examples provided in this repo because the package only include the core of NodeGraphProcessor.
73
73
74
-
###Features
74
+
## Features
75
75
76
76
- Node and Graph property serialization (as json)
77
77
- Scriptable Object to store graph as a Unity asset.
@@ -96,73 +96,73 @@ Note that you'll not have access to the examples provided in this repo because t
96
96
97
97
More details are available [in the Changelog](CHANGELOG.md)
98
98
99
-
###Documentation
99
+
## Documentation
100
100
101
101
API doc is available here: [alelievr.github.io/NodeGraphProcessor](https://alelievr.github.io/NodeGraphProcessor/api/index.html)
102
102
103
103
The user manual is hosted using [Github Wiki](https://github.com/alelievr/NodeGraphProcessor/wiki).
104
104
105
-
###Remaining to do
105
+
## Remaining to do
106
106
107
107
- Investigate for ECS/Jobs integration
108
108
- API to create the graph in C#
109
109
- Subgraphs
110
110
111
111
For more details consult our [Github Project page](https://github.com/alelievr/NodeGraphProcessor/projects/2).
0 commit comments