Hello,
I currently have an issue where every time I update my addressable bundle asset and then build the addressables, the old addressable bundle files remain in the build directory. I don’t want to keep them because it’s confusing to check whether the bundle files are new or not. While I know I can check the modified dates of the files, I don’t want to spend time doing that every time I update assets.
I’ve cleared the build cache (trying every option in All and Content Builders), but the old bundle files are still there. Is there any way to solve this?
Thanks!