Hi, how can i make AI Move to specific location with him going backwards ,or maybe in other words facing opposite direction
Hey Satsuj,
This answer should work for you:
Basically what you will be doing is using the same method for telling the AI where to Move, but to make it go “Backwards” all you need to do is rotate it so that it is a facing backwards.
Hi @satsuj
Were you able to solve your issue? i’m having same doubt, and still no good answer.
wouldn’t this solution make the character to moonwalk? the animation will walk forward but the pawn will move backward, right?
you would have to switch between a forward and backward walking animating using animation blueprints
dont use pawn controller rotation and go to location + forward vec * -1000