Search Unity

How to force to download on sdcard

Discussion in 'Asset Bundles' started by TobyKaos, Sep 30, 2021.

  1. TobyKaos

    TobyKaos

    Joined:
    Mar 4, 2015
    Posts:
    214
    Hello,

    I work with assetBundles but when I doanwload AB they are store in internal storage. How to force to store on sdcard?

    Thank you
     
  2. TobyKaos

    TobyKaos

    Joined:
    Mar 4, 2015
    Posts:
    214
    I assume we can do it by used of CachedAssetBundle ? For now I only give it the name of the assetbundles without path.
    Then CachedAssetBundle is store in internal memory.

    Do you think setting up a full path to external this will save assetBundles to external storage?