Download files to users local storage

Is their anyway to create an app that could download like videos or music( stuff that is hosted by me, that my friends have recorded or made) to a users local storage , on ether android or PC . I know its going to be VERY hard but i’d like to see if I can use unity for this …

You can certainly do it on PC. System.IO.File has a method called WriteAllBytes which writes a byte array to disk at a given location. It’s actually not difficult at all. :slight_smile: