#THREE.GLTFLoader: Couldn't load texture blob

3 messages · Page 1 of 1 (latest)

umbral stump
#

Hello everyone!

ERROR THREE.GLTFLoader: Couldn't load texture data:image/png;base64,iVBORw0KGgoA

I'm using react native and avatar from Ready Player Me url, using gltf loader texture is not appearing but animation & morph target are working fine..

has anyone faced this issue and solved? Thank you!

vague bloom
#

I've had this happen with incorrect CSP. Your console might tell you that blob: is untrusted.

umbral stump
#

it might be! I will try it thank you