I’m simply trying to remove all the old bundles from the device and can’t see to do it. I’ve made sure that there are zero bundles loaded before calling Caching.ClearCache and still not working.
I even tried using Cache.ClearOtherCachedVersions and had this remove anything except the new one I was downloading (with a custom asset bundle provider) and still didn’t work.
Now my game is bloating by 200MBs every time there’s an update since the old bundles are still on device.
How do I remove old bundles from device?
Edit: I’m currently on Addressables 1.1.7, will try updating to latest (1.2.4 as of writing) to see if that fixes this. But no changelog items mention this so not holding out any hope of a fix.