Access to some kind of Update() method that runs these trees

Rick

New member
I'm wondering if we have access to the Update() method that's running these trees? I'm looking to make Mirror work with these things so that the Update method that BD is running will only run on the server. Mirror has a [Server] attribute I can put above methods and then that method will only run on the server version of that object. I can't seem to see anything in the code though. Is this possible for me to change?
 
This sounds like you can make use of ticking the tree manually with BehaviorManager.Tick:

 
Top