Reply To: Behavior Tree updating.

Forums 💬 NodeCanvas 🗨️ General Discussion Behavior Tree updating. Reply To: Behavior Tree updating.

#13608
Gavalakis
Keymaster

    Hello again,

    Yes, all predefined tasks use Time.deltaTime, since the graphs are updated in MonoBehaviour.Update (or LateUpdate) 99% of the time.
    I see what you are getting at though. I think that I could add what you ask. I will have to update all tasks to use graph.deltaTime, but that is not a problem, since I can see your suggestion being useful. 🙂

    Let me know what you think.
    Thanks.