Search Unity

Question Update LocalBuildPath Content

Discussion in 'Addressables' started by kk3hi3123, Feb 9, 2022.

  1. kk3hi3123

    kk3hi3123

    Joined:
    Aug 17, 2016
    Posts:
    31
    Hi

    My project contains many addressable groups, some of them using LocalBuildPath, and the rest of them using RemoteBuildPath. When I update content using "Update a Previous Build" and then build apk, some local build content does not contain into the apk. (Not sure which part of local data is missing, but the apk is much smaller and addressable cannot load the local part)

    I wonder why some local content is missing. Does it means New Build is required every time if not all the addressable groups are set as remote? Or will it caused by switching branch in git?