Can't remove 'Unexpected token #1000
-
Beta Was this translation helpful? Give feedback.
Answered by
mattrossman
Feb 8, 2021
Replies: 2 comments 3 replies
-
looks like a loading error, if the assets isnt there, path is wrong, typo, etc, then it will try to parse a 404 not found html file. these errors come from threejs/jsm |
Beta Was this translation helpful? Give feedback.
0 replies
-
That Btw why are you setting |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That
.glb
file is messed up, it's only 63 bytes large. Downloading it and loading into https://gltf-viewer.donmccurdy.com creates an error too, so try re-uploading a working model.Btw why are you setting
attach="material"
on your mesh?