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
I got Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys ()
at C (aframe-inspector.min.js:25)
at k (aframe-inspector.min.js:25)
at S (aframe-inspector.min.js:25)
at A (aframe-inspector.min.js:25)
at aframe-inspector.min.js:25
at THREE.GLTFExporter.parse (aframe-inspector.min.js:25)
at RecastPlugin.exportGLTF (aframe-inspector-plugin-recast.js:9046)
at HTMLButtonElement. (aframe-inspector-plugin-recast.js:8881)
I use an OS X , google chrome and i am trying to do 20 files for a project 1 file worked so far ... so it is an awesome tool
The text was updated successfully, but these errors were encountered:
This presumably means there's something in your scene(s) that THREE.GLTFExporter cannot understand. If you have things like text, audio, LODs, points/lines, or other objects that aren't necessary for the navigation mesh, it might avoid the issue if you temporarily remove them while generating the navmesh.
Unfortunately I can't help much without a way to reproduce the issue you're seeing, though.
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 maintained. 😞
I got Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys ()
at C (aframe-inspector.min.js:25)
at k (aframe-inspector.min.js:25)
at S (aframe-inspector.min.js:25)
at A (aframe-inspector.min.js:25)
at aframe-inspector.min.js:25
at THREE.GLTFExporter.parse (aframe-inspector.min.js:25)
at RecastPlugin.exportGLTF (aframe-inspector-plugin-recast.js:9046)
at HTMLButtonElement. (aframe-inspector-plugin-recast.js:8881)
I use an OS X , google chrome and i am trying to do 20 files for a project 1 file worked so far ... so it is an awesome tool
The text was updated successfully, but these errors were encountered: