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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Node graph editor framework focused on data processing using Unity UIElements an
4
4
### Unity Compatible versions
5
5
6
6
This project requires at least Unity **2019.1** with a scripting runtime version of 4.x in player settings.
7
-
The current Unity version used for the project is **2019.1b04**
7
+
The current Unity version used for the project is **2019.1.5f1**
8
8
9
9
### Installation
10
10
@@ -16,6 +16,8 @@ To install using the package manager:
16
16
- then select the package.json file located in `Assets/NodeGraphProcessor`
17
17
- package is installed :)
18
18
19
+
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.
20
+
19
21
Note that you'll not have access to the examples provided in this repo because the package only include the core of NodeGraphProcessor.
20
22
21
23
### Features
@@ -27,6 +29,8 @@ Note that you'll not have access to the examples provided in this repo because t
27
29
- Graph processor which execute node's logic with a dependency order
28
30
-[Powerful C# API to add new nodes / graphs](https://github.com/alelievr/NodeGraphProcessor/wiki/Node-scripting-API)
29
31
- Exposed parameters that can be set per-asset to customize the graph processing from scripts or the inspector
32
+
- Search window to create new nodes
33
+
- Colored comment blocks (node groups)
30
34
31
35
### Remaining to do
32
36
@@ -45,4 +49,6 @@ For more details consult our [trello](https://trello.com/b/Xk4rfnuV/node-graph-p
0 commit comments