Node graph editor framework focused on data processing using Unity UIElements and C# 4.7
This project requires at least Unity 2018.3b3 with a scripting runtime version of 4.x in player settings.
The current Unity version used for the project is 2018.3b11
- Node and Graph property serialization (as json)
- Scriptable Object to store graph as a Unity asset.
- Highly customizable and simple node and links API
- Support multi-input into a container (multiple float into a list of float for example)
- Graph processor which execute node's logic with a dependency order
- Powerful C# API to add new nodes / graphs
- Undo / Redo for node fields
- Investigate for ECS/Jobs integration
- More examples
- Node slots for default values
- Fast node creation menu
For more details consult our trello.


