Multithreading

arenoo

Member
Is it possible to move all behavior tree related calculations to a separate thread for performance reasons?
 
No, a lot of the Behavior Designer tasks interact with MonoBehaviors which has to be computed within the main thread. Behavior Designer 2 will support ECS but even with that you will be restricted to just the ECS API.
 
Top