You are very welcome and sorry for the late reply.
Whenever you want to do something “simultaneously” in a BT, the solution is to use the Parallel Composite node 🙂
The Parallel node is basically executing all it’s child nodes simultaneously and in the same frame (but in order from left to right).
So if you for example have a Parallel node with two child nodes that log something to the console, both log action will execute in the same frame.
By default, child nodes of a Parallel that are finished (returned Success or Failure) are not restarted until all other child nodes are finished as well, but if you set the Parallel node to be “Dynamic” in it’s inspector, then it’s child nodes will restart as soon as they are finished regardless of the other child nodes status, which might be useful depending on what you are after.
Please let me know if you need more help with the Parallel node (or anything else for that matter 😉 )
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.