How can I download the complete model with the textures included?

I am having download problems with my self-hosting as the project is heavy. I need the loading bar to include the download of the textures, because otherwise you can see the model without the shaders and the first impression is not very good. How can I get the model and textures to download all together before the scene is ready to navigate?
Thanks

You can turn off the progressive loader (uncheck).
image

2 Likes

Can I add it from a script so I don’t have to do the bundle again?

You can replace "disableProgressiveLoader":false with "disableProgressiveLoader":true in the scene.json file on your hosting, however the change will not work immediately for those, who have already opened your scene, and have scene.json cached by the browser.