KieranCoppins / Decision-Tree-Package

An open source Unity package for creating Decision Trees with a visual editor. The package comes with some samples to help teach users how to use it and an action manager to handle executing the results of the decision tree.
MIT License
47 stars 2 forks source link

Change different edge colours #3

Closed KieranCoppins closed 1 year ago

KieranCoppins commented 1 year ago

Users have found it hard to follow the flow of logic through the decision tree, changing the colour of edges between nodes can help distinguish connections between action-decision nodes and function nodes.

Another useful feature maybe a tooltip on data ports to display what type of data is being passed (float, string, bool, vector, etc.)