Check if 2 nodes are connected

Hi! Is the a way to check if 2 nodes are connected or can be reached throught other nodes?

Hi

You can use PathUtilities.IsPathPossible.

See https://arongranberg.com/astar/docs/pathutilities.html#IsPathPossible

I was looking for this but cant figure what class must have it. Thanks!

1 Like