-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to delete bundle #118
Comments
sounds like you have some weird invalid data stuck in your project. Maybe try selecting some random asset, and in the bottom of the inspector, where it probably says If that doesn't work, you may need to delete your Library folder. Otherwise I'm not sure how you're stuck with that data. |
I'm running into (what I think is) a related issue. The AssetBundle Browser will sometimes create a new, emtpy bundle that I can't delete. I've now got 3 such empty bundles ( Another thing that I have tried is to add assets to the empty bundle and then rename it. I'm able to add assets to the bundle, but when I rename it I get the same error reported in the original post. Interestingly, it seems like the rename operation does work, because I end up with a bundle with the new name containing all the correct assets, however I get another empty bundle named Please let me know if there's anything else I should try, or any other tests I can do to help debug the issue! |
Okay, I think I've identified the issue: If I assign an empty folder to an asset bundle, then rename the asset bundle, the empty folder will not be correctly assigned to the new bundle name. If I go in and manually assign the empty folder to the correct bundle name, I am then able to remove |
I'm running into the same problem. I debug the AssetBundle Browser with adding a breakpoint in ABModolBundelInfo.cs, discovered the accurate resource assigned with the undeletable bundle name, which had been removed, then try to reassign another bundle name. Then the undeletable bundle got deleted successfuly. |
I got the problem as well.And There is a solution:Build the AssetsBundle and find the xxx.manifest file you have built in the build path that you set. You can find out the explicit asset or empty folder which result in the problem from the content inside the manifest file |
I didn't create any AssetBundle , but the list has a unknow AssetBundle , when I delete it , occur this error :
The text was updated successfully, but these errors were encountered: