Skip to content

Commit db079ea

Browse files
authored
Update README.md
1 parent b9ecff8 commit db079ea

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Node graph editor framework focused on data processing using Unity UIElements an
44
### Unity Compatible versions
55

66
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**
88

99
### Installation
1010

@@ -16,6 +16,8 @@ To install using the package manager:
1616
- then select the package.json file located in `Assets/NodeGraphProcessor`
1717
- package is installed :)
1818

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+
1921
Note that you'll not have access to the examples provided in this repo because the package only include the core of NodeGraphProcessor.
2022

2123
### Features
@@ -27,6 +29,8 @@ Note that you'll not have access to the examples provided in this repo because t
2729
- Graph processor which execute node's logic with a dependency order
2830
- [Powerful C# API to add new nodes / graphs](https://github.com/alelievr/NodeGraphProcessor/wiki/Node-scripting-API)
2931
- 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)
3034

3135
### Remaining to do
3236

@@ -45,4 +49,6 @@ For more details consult our [trello](https://trello.com/b/Xk4rfnuV/node-graph-p
4549
![](https://preview.ibb.co/hP0CvT/Screen_Shot_2018_06_24_at_18_05_50.png)
4650
![](https://image.noelshack.com/fichiers/2018/35/7/1535906391-graph.png)
4751
![](http://g.recordit.co/U1MAlFfuba.gif)
48-
![image](https://user-images.githubusercontent.com/6877923/53634256-0445a480-3c1a-11e9-99e5-d8f3616863bd.png)
52+
![](https://user-images.githubusercontent.com/6877923/53634256-0445a480-3c1a-11e9-99e5-d8f3616863bd.png)
53+
![](https://user-images.githubusercontent.com/6877923/58935692-3fea9000-876e-11e9-945e-8a874a4586a9.png)
54+
![](https://user-images.githubusercontent.com/6877923/58935811-893adf80-876e-11e9-9f69-69ce51a432b8.png)

0 commit comments

Comments
 (0)