I’m a new user of nodecanvas. After reading the docs, I didn’t find any way to connect action or conditional nodes to anything:
Any way to fix this?
Thanks in advice.
JD-PAT
Actions and Conditions of Behaviour Trees are what they are called ‘leaf’ nodes. Leaf nodes in Behaviour Trees can NOT have any children. They can only be connected as children to other nodes, specifically Composite nodes or Decorator nodes. For example, conditions and actions can be connected to a Sequencer, to make things happen in sequence.
Please download the example scenes found in the “Downloads” section of the website to better understand how Behaviour Trees work.
Also, please read this documentation section as well as at least the first link provided in that page, as they are essential to understanding Behaviour Trees. Here is the section link for your convenicen: Behaviour Trees
Let me know if I can help you in any other way.
Thanks
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.