Search Unity

The Caching new API (ClearOtherCachedVersions,RemoveCache...) We need it on 5.5 and 5.6!

Discussion in 'Asset Bundles' started by BoboShu, Jul 16, 2017.

  1. BoboShu

    BoboShu

    Joined:
    Nov 20, 2014
    Posts:
    38
    the unity 5 UnityWebRequest GetAssetBundle(string uri, Hash128 hash, uint crc) when crc is not match. it not download new asetbundle . it not error and return .assetbundle is null . I must clear all Caching to fix it .
    i really want to delete only only assetbundle not Clear All.
     
  2. Reichert

    Reichert

    Unity Technologies

    Joined:
    Jun 20, 2014
    Posts:
    63
    Unfortunately we rarely backport features like this, due to the complexity of doing so and the risk of introducing bug regressions and instabilities.