Search Unity

Question Do the user has to download via CCD for the groups that marked as remote, even for the first time?

Discussion in 'Unity Cloud Content Delivery' started by eiwzkart, Nov 29, 2022.

  1. eiwzkart

    eiwzkart

    Joined:
    Feb 25, 2016
    Posts:
    62
    We always want the user to download the complete game via appStore for the first time, and live-update via CCD for later updates.

    but it seems to be if we mark some group's load path as "Remote" it will always download from CCD, even for the first time? and if we mark them as "Local", it won't download from CCD in the future..which makes it a paradox.

    Is there any solutions for this case? like dynamicall change the "local path" to "remote" after the user played the game for the first time?
     
  2. timtunity3d

    timtunity3d

    Unity Technologies

    Joined:
    Oct 1, 2015
    Posts:
    131
    eiwzkart likes this.
  3. eiwzkart

    eiwzkart

    Joined:
    Feb 25, 2016
    Posts:
    62
  4. eiwzkart

    eiwzkart

    Joined:
    Feb 25, 2016
    Posts:
    62
    So in simple words:
    you can update a local bundle or remote bundle(static) with the old one being unreferenced on user device

    You can also update a remote bundle(none static) which will replace the old one.

    but i have a small question: is the “Can Update Post Release” refer to the word “none static” ? Because in the editor schema I didn’t see anything called static or none-static, there is only “Can update post release” and “cannot update post release”. Maybe it’s because of the addressable package version?