Cover and Movement Pack

eric

New member
I bought the movement and tactical along with Behavior designer and I'm having a little trouble figure out how to make it work. The docs were just one sheet of a pdf :). I was able to get Seek to work, wander worked once then never again for some reason. But when I try to use cover my enemy object just moves to the far right edge of my map and stays there. How do I set this up so it can find cover? And how to do I tell it that it should be finding cover from my player?

Thank you.
 
Cover will search at runtime for a object that is on the availableCoverLayers within the maxCoverDistance. It fires a raycast starting in the forward direction of the agent and will fire maxRaycasts with a degree difference specified by rayStep. If your agent is moving to the wrong cover object chances are the layers aren't pointing to the correct cover layer.
 
Top