BehaviorTree / Groot2

36 stars 0 forks source link

Identify order of child nodes #43

Closed ernestmc closed 8 months ago

ernestmc commented 8 months ago

Is your feature request related to a problem? Please describe. In many nodes like Sequence or WhileDoElse the order of child nodes is important because it relates to order of execution or function. In the editor if the nodes are re-arranged the order/function of each one is lost and there is no evident way of telling which is which.

Describe the solution you'd like Numbers could be associated and displayed next to each edge connecting to the child node. This way it is always evident which node is which.

Describe alternatives you've considered

Additional context

facontidavide commented 8 months ago

Thanks for the suggestion :slightly_smiling_face: , but I believe that the current approach is correct and I am not planning to change it.