I have many SVG images , audio tracks and some json files in my game and each game level has different images, audio tracks and json files .
I want to reuse the same base game/ template for each level so that future changes are easy to apply across multiple levels.
So i want to load the relevant images/audio tracks/json files at runtime depending on the level.
How do I download and add these files to the project folder at runtime?