I use a access node to check a BBGameObject selected. When it be selected, set the BBGameObject to another gameobject. But the access‘s agent is old value of the BBGameObject yet. So how to bound a agent to a value of blackboard?
OHHH,is working after add UnsubscribeFromEvents method. I have no idea in code details of NC. So can I keep UnsubscribeFromEvents be there at #286? Or is there some cleaner fixing way?
Sure, you can keep it there. I will also add for the next update.
This is actually quite clean. It simply un-subscribe the task from the previous owner event before subscribing it to the new 🙂