Hey so I’ve been wondering what benefit does a conditional decorator have over using a composite and a conditional? I’m trying to understand a situation where it would be useful but I’m not quite sure why I’d use one over another.
Also on a side note would it be possible to request video tutorials. I’ve read over all the documentation but sometimes its just nice to see what thought process goes into creating various different behaviours. There’s times where I’m wondering if what I’m doing would be considered wrong or not in the best interest of a behaviour tree.
Using a Conditional Decorator is practically the same as using a Composite with a Condition node on the left. Some people (including me) prefer the use of the decorator, while others the use of a condition node under a composite. So it mostly comes down to personal preference. 🙂
Regarding tutorials, this is the next thing I will be working towards after summer break!