For a 3D javascript game I am loading textures, 3D assets, music and additional javascript from the server.
Right now I am doing that by loading them individually, which takes around 30 seconds, so I would like to zip the files on the server and have the client download them, extract them and load them. How would I accomplish this, and the real question I have, how would I use these in Babylon calls that normally take urls?