i am looking for a way to combine patterned movements like
Zick Zack, Wave, Meander and so on.
while still keeping AI pathfinding capabilities.
My problem seems to be changing movement repeatingly
distracts pathfinding.
I didnt find any way so far.
I only use Blueprint.
It’s still far from ideal, there are a lot of edge cases that need to be handled. And the path reoccurs per navigation point pair and is then re-projected. I tried to add in some dampening functions and tried to reduce sample points on shorter distances.