Hello!
I am creating a collaborative assembling experience in VR (think of it as assembling a car together) and I am using the Behavior package to handle the state of the current step you are on in the car assembling.
When I assemble two pieces that are in the current step it would go to the next step in the Behavior tree.
My issue comes that when one player does the step the other player's behavior tree is not aware of the changes.
Is there a nice way to make sure that these behavior trees are synced?
Thanks in advance!