After upgrading to Babylon.js alpha 60, we notice the navmesh generation is significantly slower with the same configuration. In order to make the upgrade work, we had to switch away from the CDN recast.js and use the recast-detour package (see Using Recast.js via NPM package import).
It looks like recast.js in recast-detour is roughly 2x the size of the recast.js in the Babylon CDN. Is it possible that the npm package is not using a release build? Anyone have any ideas?
Hmm yeah I was aware of the extensions/recastjs, but I was confused by the package.json containing a different name than recast-detour. How does the npm package recast-detour get published? The size of the built recast.js file is also 2x the size in recast-detour.