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

App Version/Update: Creating Versions of Bundles on Server vs. Updating Bundle for App Versions

Discussion in 'Addressables' started by mandivision, Apr 29, 2020.

  1. mandivision

    mandivision

    Joined:
    Mar 17, 2019
    Posts:
    8
    I'm working on an update for an app using addressable to download mostly video content at the beginning of the app and am a bit confused about the function of the content catalog. I'm finding mixed things about if I can just update the addressable bundle on the server to accommodate the new sources, or if i need to create a second folder with v2 of the addressable assets.

    Right now the app calls to download a single bundle by tag at the start up of the app.
    V1 of the app includes content A,B,C
    And for v2 I'd like to add content D and E so it includes A,B,C,D,E in the initial download

    Is it possible to just update the addressable bundle I have and update the bundle on the server and still have it work properly for both v1 and v2 of the app? Or do I need to create a v1 and v2 of the bundle and catalog on the server?