Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Can I download addressable asset using dropbox?

Discussion in 'Addressables' started by VaygrEmpire, Dec 19, 2019.

  1. VaygrEmpire

    VaygrEmpire

    Joined:
    Sep 30, 2016
    Posts:
    40
    Does Addressables support dropbox's share url?

    for example, something like this?

    https://www.dropbox.com/s/apx3laeuodd7nj2/defaultlocalgroup_assets_all_5bb82f2edc9aa0d283dd983fc6f482e5.bundle?dl=1 (based on https://answers.unity.com/questions/1178328/asset-bundles-loading-from-dropbox.html)

    if I put this in RemoteLoadPath, will I be able to load up the addressable assets? It'd be great if Unity member can confirm whether Addressable system supports dropbox share URL or not.

    EDIT: So far I have not been able to successfully download bundle from dropbox share URL with something that says InvalidKeyException. So I was wondering if Addressables support dropbox share URL at all from the first place.
     
    Last edited: Dec 19, 2019
  2. Shaunyowns

    Shaunyowns

    Joined:
    Nov 4, 2019
    Posts:
    328
    Hey @VaygrEmpire, I can totally ask for you, I'll pass this on for you :)
     
  3. Zampilo

    Zampilo

    Joined:
    May 6, 2018
    Posts:
    12
    did you solve? i have the same question
     
  4. lolhans

    lolhans

    Joined:
    Dec 12, 2019
    Posts:
    7
    I was asking me the same question and just tried it out. I works like a charm. Make sure to change the build and load path to the remote path in the addressableAssetSettings. When you build the adressable group, just copy and paste the build folder (you will find it in your unity project folder under server data) to the dropbox folder with the shared link.