How can we set external-URL instead of folder-path for GLTFShape entity?

As per decentraland sdk, i am able to load GLTF with local path. but not able to load it from any external URL like S3. Please suggest any way.

Decentraland + typescript + scene type project

can we set external-URL instead of folder-path?

  1. working fine with the folder path

buttonBox.addComponent(new GLTFShape( “models/Jukebox.gltf” ));
2) not working with s3 url
buttonBox.addComponent(new GLTFShape( " https://d12imh7u14jn91.cloudfront.net/uploads/asset/1648622327102/Jukebox.gltf " ));

GLTF cannot be loaded from an external URL.

1 Like