Training Stream - Making Game Ready AI, Part 1 - Oct 20th, 2015

I suppose it figures. I had to fake the AI for my Game Jam entry using bools & branches and movement input nodes directing it towards positions in a grid Blueprint actor and pushing the checks off of the tick function… I hardly think it’s the best way to do AI, but I haven’t found a good tutorial that really helps me understand the behavior tree yet…