All possible paths to destination

Is it possible to obtain alternative paths between source & destination for a given seeker? I would like to be able to give a player the opportunity to cycle between alternative paths to the same destination.

Edit: I’ve seen that there is AlternativePath modifier available but judging by the documentation it will work with multiple seekers and I am looking for something that I could apply to the same seeker.

Hi

Currently, this is not possible out of the box.
What you could do is to search for a path, then apply a penalty to all nodes in that path and calculate a new path (which might be different). Do this a few times until you have a few alternatives.
It’s not perfect, but I think it might give you something good enough.

1 Like

Makes sense! Thanks!