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

Downloading Addressables from runtime URLs

Discussion in 'Addressables' started by BenPlaysport, Nov 10, 2020.

  1. BenPlaysport

    BenPlaysport

    Joined:
    Oct 30, 2015
    Posts:
    6
    Hello,
    Currently we are using PlayFab to host our Addressables. In order to download something from playfab as part of their API you have to request the file via an api and they then provide you a unique url to download the file at runtime. Which can be unique to users based on geographic location and other factors. Is it possible to use Addressables with this?

    As far as I can see the load remote path stuff only allows for a predefined address and expects the catalog and bundle itself to be located at the same url. i.e. mygame.com/android/[files]. However in this situation neither the catalog or bundles themselves will ever be at the same url and I need to be able to feed it the given URLs for these files individually. i.e. catalog and bundles themselves. Is this possible as I can't find anyway to set this up?