Hello Everyone…
I have different maps in my game and I am using dynamic level streaming to load/unload them.(HTML5 build)
I wanted to know if it is possible to download the data needed for the new streaming map during run-time? Like after the player enters a trigger volume, the new map gets download first. And after the download finishes, the map is then loaded in the game.