Replies: 2 comments
-
We provide that type of selector/sequence too. What you describe is called |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! That's exactly what I meant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, as far as i know a beaviour tree should allow to interrupt a running action, for example if i have a selector with two child, a condition and an action that becomes running, the condition should be checked each tick and eventually interrupt the consequent running action.
I read the documentation and i found out that it is the intended behavior for the selector to resume the running action without checking the condition again; therefore I ask if and how interruption of a running action can be done.
Beta Was this translation helpful? Give feedback.
All reactions