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
{{ message }}
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.
Great library, works perfect, but I cant load a gtlf model.
I'm getting something like this in the console
Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
can anyone please help?
The text was updated successfully, but these errors were encountered:
Could you please share a reproducible example on something like glitch.com? You can use the following template as a starting point: https://glitch.com/~vue-babylonjs-starter
Could you please share a reproducible example on something like glitch.com? You can use the following template as a starting point: https://glitch.com/~vue-babylonjs-starter
Hi,
Great library, works perfect, but I cant load a babylon scene.
I used to use BABYLON.SceneLoader.Load in H5,it was worked.
babylonFileLoader.ts:109 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0at JSON.parse (<anonymous>)
at loadAssetContainer (babylonFileLoader.ts:109)
at Object.loadAssetContainer (babylonFileLoader.ts:787)
at sceneLoader.ts:889
at dataCallback (sceneLoader.ts:388)
at XMLHttpRequest.onReadyStateChange (tools.ts:915)
I also tried gtlf file, the error still existed.
glTFFileLoader.ts:582 Uncaught (in promise) SyntaxError: Unexpected token <in JSON at position 0
at JSON.parse (<anonymous>)
at glTFFileLoader.ts:582
at <anonymous>
My babylon&gltf file was both JSON.
I need your help too.Thaks
Hi,
Great library, works perfect, but I cant load a gtlf model.
I'm getting something like this in the console
Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
can anyone please help?
The text was updated successfully, but these errors were encountered: