Hi! We are using the NavMeshBuilder to generate to mesh to our levels runtime, I’m extremely happy of the performance and the resulting navmesh, with the exception of there being no way to enabling the builder to generate Off Mesh Links like in the offline-baker.
So my question is if any of you have any extra information on being able to generate off mesh links with the ruintime builder? When / if we can we expect off mesh links? Did I miss something?
I have some code from a project where I did this in a procedural game- what I had to do was find the edges of the navmeshes- instantiate the Links then connect the edges- that code is here-
Test it out- it will continue to jump to new target ledges- it doesn’t matter how many there are. All it does is get the closest ledge to a target object and jumps there, its up to you to code the rest etc.