Search Unity

Unity: Error while downloading Asset Bundle: CRC Mismatch.

Discussion in 'Asset Bundles' started by avindak, Dec 19, 2019.

  1. avindak

    avindak

    Joined:
    Mar 5, 2019
    Posts:
    11
    Hi,
    We are using addrassables and after an update on Google Play the application is stuck on loading giving the following error in the logcat:

    2019-12-19 11:20:01.032 13773-13920/? E/Unity: Error while downloading Asset Bundle: CRC Mismatch. Provided 6c10578c, calculated 90620d6a from data. Will not load AssetBundle 'jar:file:///data/app/com.xxxxxxxxxx.xxxxxx-xwagqUg4dnOmG-Jiraj2xg==/split_config.arm64_v8a.apk!/assets/aa/Android/Android/defaultlocalgroup_unitybuiltinshaders_2f8867516051fbcc944a73dab0087dac.bundle'

    If you close the app and reopen it everything is ok.
    Any ideas ?
     
  2. avindak

    avindak

    Joined:
    Mar 5, 2019
    Posts:
    11
    We found that the problem was shader caching.
    You need to remove them
     
  3. caochao88_unity

    caochao88_unity

    Joined:
    May 16, 2019
    Posts:
    26
    how to remove shader caching
     
  4. hotrodfuel

    hotrodfuel

    Joined:
    May 8, 2020
    Posts:
    10
    Did you ever find a solution to this issue , I am having the same challenges my error reads : Error while downloading Asset Bundle: CRC Mismatch. Provided 1, calculated 16e8dba5 from data.
     
  5. sniffle63

    sniffle63

    Joined:
    Aug 31, 2013
    Posts:
    365
    I am having the same problem. on 2019.4
    Code (CSharp):
    1. CRC Mismatch. Provided 696ad7e4, calculated 7e826591 from data. Will not load AssetBundle 'tilevideos_assets_all_3e0ab07b78feac01979977e61d7efd80.bundle'
     
  6. GreenTVlad

    GreenTVlad

    Joined:
    Oct 2, 2019
    Posts:
    19
    Still have this issue on Unity 2020.1.0, Addressables 1.15.1.
    Any solution?
     
  7. adamgolden

    adamgolden

    Joined:
    Jun 17, 2019
    Posts:
    1,555
    If @avindak means what I think, close the editor, backup your project (just in case), delete the Library folder, restart the editor, rebuild addressables, rebuild project.
     
    hlj_8 and GreenTVlad like this.
  8. hlj_8

    hlj_8

    Joined:
    Feb 2, 2020
    Posts:
    1
    great! it's worked!
     
    adamgolden likes this.