Reply To: Stuck at wait node in a nested behaviour tree

Forums 💬 NodeCanvas ⚙️ Support Stuck at wait node in a nested behaviour tree Reply To: Stuck at wait node in a nested behaviour tree

#16077
Gavalakis
Keymaster

    Hello!

    I see you have already found the problem in discord :). Indeed, the SubGraph is being constantly restarting because the AnyState condition is re-evaluated true per frame in this example. By the way, you can also tell that the node is restarting all the time, because it looks to be running, but the Running Time (shown above the node) is always 0 (does not progress).

    Let me know if I can help in any other way.

    Thanks.