Update Mode Manual - No information

nathanj

Active member
Hi Justin,

Trying to write a script to manually updating the tick rate of a BD Pro tree but am a bit confused with it. Should we be running it through a Behavior Tree Manager or just individually ticking each tree?

Thanks,
Nathan
 
The Behavior Manager no longer exists in the Pro version since the tree is now traversed using DOTS systems. To update the tick rate now you will need to do it on each Behavior Tree component. The Turn Based sample scene has an example of ticking the tree manually.
 
Back
Top