Question by
delebru · May 08, 2019 at 06:24 AM ·
asset bundlescaching
Does UnityWebRequestAssetBundle automatically clear previously cached asset bundles?
I'm wondering if whenever I call UnityWebRequestAssetBundle.GetAssetBundle(url, hash), and a new bundle hash is specified, is the previously cached bundle automatically discarded?
Or should I call Caching.ClearOtherCachedVersions(url, hash) to clear older bundles?
Comment
Your answer
Follow this Question
Related Questions
Unable to use TextMesh Pro assets 1 Answer
Large bundles caching problem 0 Answers
Access Gameobjects and Text Assets From a list of Folders 0 Answers
Addressable Asset System 1 Answer