This is by design since behaviour trees are conceptualy evaluated from left to right.
I actualy consider this automatic reordering a feature 🙂
So it’ streamlined that leftmost branch is always evaluated first.
If I was to add an option to turn this on/off, and then you accidentaly turn it on at some point and your tree is not designed with left to right concept, then turning this on later, will mess up your tree.
So, I really prefer not to add an option there, but instead enforce the concept. I realy think is a matter of getting used to it and enforced better tree designs.
Regarding error log, you can always post or send me an email. There is no in editor bug reporting if that’s what you are asking 🙂
Thanks!
(and sorry for not adding the option request :/. I most than often do)
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.