Hello Babylon.js community!
Is anybody knows how can I use my precomputed navmesh from unity or blender with BabylonJSRecast plug-in? The only way I found is generate navmesh via recast plugin over my precomputed mesh and then export it to binary format using
navigationPlugin.getNavmeshData()
. Maybe there is more effective way how to do that?
Thank you!