You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I cannot export the navmesh in the inspector. Strangely I have changed nothing since last working on my project but suddently I keep getting the error below which is preventing me from exporting my build navmesh. Everything was working as desired a few days ago until now. This error occurs every time I press the export button.
aframe-inspector.min.js:25 Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at C (aframe-inspector.min.js:25:175584)
at k (aframe-inspector.min.js:25:178934)
at S (aframe-inspector.min.js:25:179479)
at A (aframe-inspector.min.js:25:179632)
at aframe-inspector.min.js:25:180130
at THREE.GLTFExporter.parse (aframe-inspector.min.js:25:180232)
at RecastPlugin.exportGLTF (aframe-inspector-plugin-recast.js:9046:14)
at HTMLButtonElement.<anonymous> (aframe-inspector-plugin-recast.js:8881:54)
Hi @sunset-developer — see #47. Unfortunately the dependencies of this project are pretty old, and the lack of a stable and documented Recast WASM build has become a big obstacle. I'm no longer able to keep this project working locally. 😞
Recently, I cannot export the navmesh in the inspector. Strangely I have changed nothing since last working on my project but suddently I keep getting the error below which is preventing me from exporting my build navmesh. Everything was working as desired a few days ago until now. This error occurs every time I press the
export
button.Assistance would be appreciated thanks.
The text was updated successfully, but these errors were encountered: