I’m working on a crab-based enemy for my current project. My team and I want the crab to have the unique attribute that it will travel faster moving left and right.
I’m not sure if I should set this up in the crab enemy’s BP or if I should do it in the behavior tree that my AI uses. Is there a way to change the crab’s speed based on which direction it is traveling?