Hi all,
I am following a long to the ‘Getting Started with AI’ live training video and I have reached about the 1hr 11min mark where the AI will chase the player, however for me the AI does not chase me and continues to cycle through the Random Location Movement sequence.
I have debugged this in the behaviour tree and the blackboard based condition is failing as there is no TargetActor set.
My issue is I don’t know where I should be defining this. The in the tutorial itself they have a similar issue where it is rectified by setting the ‘IsUsable?’ checkbox to true, however this has not resolved the issue for me.
This leads me to believe that the issue may be in the ‘Is Usable’ variable however tracing it back I cannot see anything that looks wrong in either the ‘UsableThing’ Interface where it is defined;
Or the two other references to it both set IsUsable? in the TopDownCharacter event graph;
and get IsUsable? In the TopDownCharacter Can Use Interface.
Does any one have any idea what I might have done wrong? I’m expecting it to be something really small and annoying somewhere but I don’t have any ideas.
Thanks