How to Delete the Asset Bundle in Unity 2018.4

Hi All

In My project i am using AssetBundles. Downloading is working. When i try to delete Asset Bundles

Clean.cache() method. It says cleared. But when i try to download the same asset again it says the asset
bundle is in use.

The asset bundle is not destroyed.

How can i delete the assetbundle and redownload it.

Thanks in Advance

Did you call .Unload() on the asset bundle instance?

@Kurt-Dekker Thanks for you reply… This what i needed… My Error Solved…

1 Like