I have a game with mods support for user generated content. My game parses mods as zip files. Is it possible downloading files to a cache folder and retrieving them with this asset?
I would love downloading files from websites like Mediafire or Google Drive. So user just clicks to install a mod, it downloads and my game extracts the zip.
Currently I use a download system but I have to pay for servers with direct file access. If user could download files inside a browser on the app that would be really amazing to use with free hosting websites.