Detect offmesh link in a path?

Hi all,

I would need to detect if a path is going to use an offmesh link. How can I do this?

The only way I see so far is to keep all the transforms Starts/Ends of the offmesh links in an array and compare it with the corners of the path… I find it really hacky…

Is there any other way to detect if a path is going to use an offmesh link?

Thanks for your help :slight_smile:
Nicolas

1 Like

I’m looking here and there for any way how to obtain offmesh links, but it seems they are completely hidden from scripts even in 2019… :frowning: There is one asset that seems to be generating them on its own: NavMesh Links Generator for NavMeshComponents

1 Like