Reply To: PauseBehavior() doesn't seem to work

Forums 💬 NodeCanvas ⚙️ Support PauseBehavior() doesn't seem to work Reply To: PauseBehavior() doesn't seem to work

#18880
cbrandick
Participant

    The way I did this is I put the BT manager in a parent object with a BTOwner. It had the following tree.

    Then in a child object there was another BTOwner which only had a timer to test if it was being paused or not… I ran the parent on repeat.
    It works the first time through, but the timer acts weird and doesn’t stop the second time the “pause” behavior is run.