Reply To: Node Canvas does not reset the tree

Forums 💬 NodeCanvas ⚙️ Support Node Canvas does not reset the tree Reply To: Node Canvas does not reset the tree

#16916
Gavalakis
Keymaster

    Hello again.
    Thanks for the follow up.
    For your information, in the latest version of NodeCanvas, the first time call to Start the behaviour, has been moved from “OnEnable”, to “Start”. This means that you are now able to call custom code in “Awake”, making sure that it’s called before the behaviour starts, which seems to be the issue in your case.

    Thanks 🙂