Unity graph tool solution based on different implementation now focused on Unity.Experimental.Graphview
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
615 B

# T-Node
Simple wrapper for unity experimental graphview and if possible latter,GTF.
the main goal of the repo is to make graph creation easier and more intuitive.
Note **it's not usable and productive on current stage** and need a better
development .
and it's mainly for my own use now.
# Install
currently under development
# Features
1. Create graph script by the creator tool
2. Node creation based on specified type of graph
3. Easy port creation via attribute
4. Runtime graph
5. Blackboard for runtime graph as exposed parameters
6. Runtime graph execution
7. Test Mode (Runtime graph only)
# Usage