Search Unity

Load Addressable Folder of Arbitrary File Types

Discussion in 'Addressables' started by ohthepain, Jul 7, 2022.

  1. ohthepain

    ohthepain

    Joined:
    May 31, 2017
    Posts:
    100
    Our addressables implementation is working for everything we want to host remotely else except music. I am wondering how we can host the audio content remotely as it uses a lot of space. We are using a 3rd-party music system that does not support addressables.

    Each audio system 'project' is just a folder. So if we can download a folder and get the path then we can move all of our music out of the app bundle. That would be a big win for us as we can then use much more music in our app.

    So my questions are:
    - Is it possible to use addressables to download a folder that contains arbitrary files?
    - Once downloaded, is it possible to get the path the the folder on device?
    Thanks!