Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got strange Error (see message ) at export. So build works and shows export fails ? #36

Open
tkamsker opened this issue Oct 31, 2021 · 3 comments
Labels

Comments

@tkamsker
Copy link

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

@donmccurdy
Copy link
Owner

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.

@tkamsker
Copy link
Author

tkamsker commented Nov 1, 2021 via email

@donmccurdy
Copy link
Owner

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. 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants