File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,17 @@ Join the [NodeGraphProcessor Discord server](https://discord.gg/XuMd3Z5Rym)!
89
89
- Graph processor which execute node's logic with a dependency order
90
90
- [ Documented C# API to add new nodes / graphs] ( https://github.com/alelievr/NodeGraphProcessor/wiki/Node-scripting-API )
91
91
- Exposed parameters that can be set per-asset to customize the graph processing from scripts or the inspector
92
- - Parameter set mode, you can now output data from thegraph using exposed parameters. Their values will be updated when the graph is processed
92
+ - Parameter set mode, you can now output data from the graph using exposed parameters. Their values will be updated when the graph is processed
93
93
- Search window to create new nodes
94
94
- Colored groups
95
95
- Node messages (small message with it's icon beside the node)
96
- - Stack Nodes
96
+ - Stack nodes
97
97
- Relay nodes
98
98
- Display additional settings in the inspector
99
99
- Node creation menu on edge drop
100
100
- Simplified edge connection compared to default GraphView (ShaderGraph and VFX Graph)
101
101
- Multiple graph window workflow (copy/paste)
102
- - Vertical Ports
102
+ - Vertical ports
103
103
- Sticky notes (requires Unity 2020.1)
104
104
- Renamable nodes
105
105
You can’t perform that action at this time.
0 commit comments