Hello everyone,
I have a question regarding the AI perception (sight) and sharing the same BT and BB. I have AI citizens and they all have the same behavior tree and blackboard, and based on the AI perception if one of the citizens saw certain actor a blackboard variable will be assigned to true then certain behavior will be running in the behavior tree, and when the citizen goes away of that certain actor the value will be assigned to false again. My question is if one of the citizens saw the actor and then the blackboard variable was assigned to true, does this affect the other citizens as they are using the same behavior tree and blackboard ? For example, when the citizens see the actor they should run away from the actor, so are they all going to run if only one of the citizens saw the actor?
Thank you,
I have a question regarding the AI perception (sight) and sharing the same BT and BB. I have AI citizens and they all have the same behavior tree and blackboard, and based on the AI perception if one of the citizens saw certain actor a blackboard variable will be assigned to true then certain behavior will be running in the behavior tree, and when the citizen goes away of that certain actor the value will be assigned to false again. My question is if one of the citizens saw the actor and then the blackboard variable was assigned to true, does this affect the other citizens as they are using the same behavior tree and blackboard ? For example, when the citizens see the actor they should run away from the actor, so are they all going to run if only one of the citizens saw the actor?
Thank you,

Comment