You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing having a tree composed of a reactive sequence with two children: an AlwaysSuccess first and then a coroutine that returns running until a certain codition is met. Instead of executing the AlwaysSuccess node again each time the tree is ticked only the coroutine node is executed. That's the same behavior of having the same tree but with a sequence control node instead of the reactive sequence.