Search Unity

[Help]How to custom path in iOS platform with Addressable system at runtime?

Discussion in 'Addressables' started by WellC, Nov 9, 2018.

  1. WellC

    WellC

    Joined:
    Mar 2, 2015
    Posts:
    48
    1. How to custom path in iOS platform with Addressable system at runtime?
    2. How to load assetbundle throught custom path?(e:Application.persistentDataPath)
    3. How to setup "AddressableAssetSetting->Build Path->Custom" ?
     
  2. WellC

    WellC

    Joined:
    Mar 2, 2015
    Posts:
    48
    1.We can using the " remote build path " to build bundle.
    2.Loading bundle from localhost. Using the "remote load path".
    ----
    The remote load path equal Application.persistentDataPath+"/"+com.unity.addressables.
    So we can download the bundle from server , Than loading bundle by local. (Application.persistentDataPath+"/"+com.unity.addressables).