Does changing a referenced Tree affect the external Tree?

Coder

New member
When creating a new BT component and using it to reference an external tree, is it safe to assume that changes made to the tree inside the component will not be reflected in the external tree?

So one would have to export the tree again to be able to make that modified version of it reusable - is that assumption correct?
 
If you are referencing the external tree via the "External Behavior" property on the Behavior Tree component then any changes will directly affect the external tree. If you are referencing the external tree via the Behavior Tree Reference task then it will not affect the external tree unless you double click on that task and go to the external tree.
 
Top