Reply To: Subtree Node loses its reference after use.

Forums 💬 NodeCanvas 🗨️ General Discussion Subtree Node loses its reference after use. Reply To: Subtree Node loses its reference after use.

#13926
Gavalakis
Keymaster

    Hello,
    Sorry for the late reply.
    You can stop the behaviour tree (owner) before switching the target graph if you do have to do it manually in the editor while the game is running. Otherwise, you can of course use blackboard variables to switch the trees in runtime, which is how trees are intended to be switched in runtime if required.

    Thanks.