Search Unity

Questions about Moving Addressable Bundles to Different Server/Load Path

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

  1. mandivision

    mandivision

    Joined:
    Mar 17, 2019
    Posts:
    8
    Hi,
    I'm hoping someone might be able to share some clarity on the best practice/process for moving addressable asset bundle between different servers.

    Currently I'm building my Addressable bundles to be loaded to a development server. After testing, I'll need to push these bundles to a remote production server run by one of my clients.

    Ideally I'd like to be able to do this, but it doesn't seem to be working:
    -Build bundle, place at Dev Server Path, build
    -Move already created bundle to production server, change load path, build

    Do I need to create a new Addressables bundle build every time I change the remote load path or change profile?

    Is there any way to update the path of the bundle without having to create a totally separate build of the assets?
     
  2. CameronND

    CameronND

    Joined:
    Oct 2, 2018
    Posts:
    88