SharpNav icon indicating copy to clipboard operation
SharpNav copied to clipboard

Internal OffMeshConnections are not linked correctly

Open 70fu opened this issue 9 years ago • 3 comments

I created a test, where an agent has to travel over an OffMeshConnection in order to reach the goal, but a path cannot be calculated to the goal. I think no link between the OffMesh polygon and the destination polygon is created when the BoundarySide of the OffMeshConnection is Internal.

70fu avatar Feb 07 '16 18:02 70fu

Is this solved with the other PRs that I merged in just now? If not I could take a look at that test, contributing it back as part of the Examples project if possible would be great as well as I'm using that for regression testing right now.

Robmaister avatar Feb 07 '16 20:02 Robmaister

No this is not solved in the two PRs, because I currently don't know how everything works. Maybe I can make a PR later if I take a closer look into the source code. Contributing the test will be difficult, because I used Unity.

70fu avatar Feb 07 '16 21:02 70fu

That makes sense, I can try to incorporate off-mesh connections to test with in the Examples project, I just won't have the time to do it until later in the week or next weekend, however.

If you get it done in that time, feel free to submit a PR and I'll merge it in. I'll still add them for regression testing in the future.

Robmaister avatar Feb 08 '16 00:02 Robmaister