Seeker moving through unwalkable area

Hi. I’m having an issue where the seeker is moving through unwalkable areas. The attached image shows the path generated by A* running through the unwalkable area. I’m really not sure why this would be happening. Could anyone help please?

Hi

It looks like you are using a smoothing modifier and you have too much smoothing applied.

You may want to use a raycast modifier together with a smoothing modifier with less smoothing instead.

See https://arongranberg.com/astar/docs/modifiers2.html

Thanks aron. You were totally right. I had set the smoothing to 10 for some reason and setting it to a lower value fixed everything. Thank you so much, and apologies for the silly question.

1 Like