Search Unity

Bug New remote load path format not working properly

Discussion in 'Unity Cloud Content Delivery' started by optimise, Jun 30, 2022.

  1. optimise

    optimise

    Joined:
    Jan 22, 2014
    Posts:
    2,129
    The remote load path url format generated by latest addressable not working properly anymore. It generates some kind of GUID or hash to represent environment but it doesn't seems working properly. This needs to either quickly release a hotfix to addressable package or change ccd backend to support the new remote load path url format.


    This is working remote load path url format before that dun have environment path

    Or the remote load path that use string to represent environment is also working properly
     
  2. ryan_ngo

    ryan_ngo

    Unity Technologies

    Joined:
    Feb 2, 2021
    Posts:
    35
    Thank you for your feedback! We've addressed the issue and the fix will be out in the next Addressables release. The current workaround would be to replace the guid after `environments` in the load path with the desired environment name. We apologize for any inconvenience this caused.
     
    SebT_Unity and optimise like this.
  3. optimise

    optimise

    Joined:
    Jan 22, 2014
    Posts:
    2,129
    Can u provide me unofficial fix for the scripts u have changed at here? It seems like still needs to wait very long time to get the new version of Addressables.
     
  4. Unity_JonathanCl

    Unity_JonathanCl

    Unity Technologies

    Joined:
    Feb 24, 2022
    Posts:
    15
    Hi optimise,

    In the Addressable profile window, choose custom for your entry and then manually modify the load path from environment/{environmentId} to environment/{environmentName}

    Best,

    JC