I'm using AssetBundles in my game and want to let the user to clear AssetBundle cache in the settings page. I've tried to use Caching.CleanCache but it returns "false" because I'm using AssetBundle cache in the settings page.I have tried to load an empty scene and clear cache but it won't work either. do I need to restart the app? does anybody know any solution?
let me answer my question. after doing some research,I found that my game has some unloaded assetbundles. I was able to remove cache after unload all assetbundles.