Reply To: Transition not executing

NodeCanvas Forums Support Transition not executing Reply To: Transition not executing

#13792
letchuck
Participant

Ok, an update since I did some more investigation.

I had originally setup another AI type with its own FSMOwner and BlackBoard. For this AI type (the builder), I copied both components over to speed up the setup process, and set the FSM graph to the correct asset.

I set the owner to be bound, just to see if that had an effect. I then noticed that upon opening the bound graph, that the Graph was trying to use the Blackboard from the original AI type (a gameobject called Golfer) instead of the current owner’s blackboard (the gameobject called Builder). Therefore no matter how many variables I added to the blackboard component, they were never showing up on the graph.

I fixed this by removing both components (the graph owner and the blackboard), readding them, and then setting the graph to the asset I had made. This made the graph refer to the correct blackboard and could see the variables that were being added.

Not sure if it helps, but looks like a bug when copying components around.