Reply To: Behaviour Tree to not update when timeScale = 0

Forums 💬 NodeCanvas ⚙️ Support Behaviour Tree to not update when timeScale = 0 Reply To: Behaviour Tree to not update when timeScale = 0

#15296
Gavalakis
Keymaster

    Hello and sorry for the late reply.
    The best way to cease updating all BTs, would be to simply deactivate MonoManager (which is from where all graphs are updated), then re-activate it again when you want. You can do this like so:

    Let me know if that works for you.
    Thank you.