Need To find a way to delete Specific AssetBundle file in Cache, not all cache using CleanCache..
Looking for delete specific AssetBundle File in Cache.., Not all.
I found there's way to use this : static bool Caching.DeleteFromCache (string url) at this URL below : http://answers.unity3d.com/questions/23095/what-is-the-return-value-of-cachingdeletefromcache.html
but cannot find any docs or reference in script editor..
Does any one knows how to use this method or where docs is?
jonas-echterhoff, who wrote reply in that article, you might help me~!!
@jonas-echterhoff
Answer by voporak5 · Feb 09, 2017 at 04:25 PM
In the comments for that function in the Caching metadata it says
"This function is obsolete and has no effect"
so to answer your question that cannot be used.
Your answer
Follow this Question
Related Questions
Is Xcode [documentsDirectory ...] the same as Unity's Application.persistentDataPath? 0 Answers
What is the best way to cache downloaded textures on Android/iOS ? 2 Answers
move file inside streamingAssets during build 0 Answers
Unity PERSISTENT error: Assertion failed on expression: 'VCCache::instance != NULL' unity 0 Answers
FileStream' does not contain a definition for 'Close' 1 Answer