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
When loading a GLB using an external texture that is not present, the render method fails with an error like this one:
2.16d4c2fe.chunk.js:2 Uncaught (in promise) LoadFileError: /images/0/uri: Failed to load 'Floor_Grass01.png.png': 0
at t [as constructor] (2.16d4c2fe.chunk.js:2:2676024)
at new t (2.16d4c2fe.chunk.js:2:2676228)
at 2.16d4c2fe.chunk.js:2:4001910
at 2.16d4c2fe.chunk.js:2:2679270
at XMLHttpRequest.r (2.16d4c2fe.chunk.js:2:2680421)
wearable-preview.decentraland.org/:1 Uncaught SyntaxError: Unexpected token 'g', "glTF����t�"... is not valid JSON
at JSON.parse (<anonymous>)
at e._parseJson (2.16d4c2fe.chunk.js:2:3930850)
at 2.16d4c2fe.chunk.js:2:3925239
at XMLHttpRequest.r (2.16d4c2fe.chunk.js:2:2680142)
When loading a GLB using an external texture that is not present, the render method fails with an error like this one:
Sample File
The text was updated successfully, but these errors were encountered: