Hi, I have a question about using same behaviour tree on multiple enemies.
The situation is this: I have a basic tree with an FSM included (that needs to ereditate the BT blackboard). What i want to do is to use the same BT on multiple enemies and change the FSM with another one, maintaining the same BT blackboard of course. What is the best way to do this?