'How to keep downloading files on the background in unity

I’m in the last phase of my unity quest app development. I need to download x amount of video files but oculus will only accept files that are downloaded in the background.

I found a library that enables me to download a single file in the background. But it does not support A queue of some sort. So when an active download is completed it Will not continue onto the next.

Anyone knows how to achieve this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source