Loading 3d model from network results in Unable to parse JSON file and Null pointer exception #4230
Unanswered
BraveEvidence
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Looks like the JSON in the glTF is invalid, maybe you're giving it the wrong contents (e.g. the contents of a 404 message). You could perhaps put a breakpoint on the codeline that calls |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to load a 3d gltf model from network. I am able to successfully load the model when i place in the assets folder but not when i try to download it from the network.
I am using the filament library from google to load my 3d model
Here is my code
Here is the error
Beta Was this translation helpful? Give feedback.
All reactions