Reply To: BT Performance issues with 100-200 agents

Forums 💬 NodeCanvas 🗨️ General Discussion BT Performance issues with 100-200 agents Reply To: BT Performance issues with 100-200 agents

#13141
Gavalakis
Keymaster

    Hello there,
    The performance hit of ‘CheckInstance’ should be only once when the sub-graph is executed for the first time (and that is also when it initializes). Can you please confirm that? You can also enable “Pre-Initialize SubGraphs” in the inspector of the FSMOwner of BehaviourTreeOwner respectively. That will pre-initialize the subgraphs presented in the root graph of that FSMOwner or BehaviourTreeOwner respectively.

    Let me know.