When you download an asset package (.unitypackage
file), the Unity Package Manager stores it in a cache for asset packages. Each time you import a downloaded package or a custom package, the Unity Package Manager stores it in the Assets
directory in your project.
You might want to delete a package from the asset package cache to free up space on your local hard drive.
Important:
.unitypackage
extension. Asset packages are a handy way of sharing and re-using Unity projects and collections of assets. More infoTo delete a package from the asset package cache:
Open the Package Manager window.
Open the Packages menu and select the My Assets context.
Select the asset package you want to delete.
The publisher’s name, located below the package name in the details section of the Package Manager window.
The Display name value, located in the InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary window.
For Unity Editor 2022.1 or later:
a) Open the Unity Editor’s Preferences window.
b) Select the Package Manager category.
c) Click the folder icon beside My Assets > Cache Location.
d) Select Show in Explorer (Windows) or Reveal in Finder (macOS).
For Unity Editor 2021.3 or earlier:
a) Refer to Location of downloaded asset package files to determine the cache location for your operating system.
b) Use your operating system’s file manager application to go to that directory.
Select the subdirectory that corresponds to the publisher’s name, which you recorded in an earlier step.
Select the <name>.unitypackage
file, where <name>
corresponds to the Inspector window’s Display name value that you identified in an earlier step.
Delete the file.
This package is now removed from the asset package cache, but any imported assets remain in any projects where they’re in use.
If the package that you deleted was an asset package, and you want to add this package back to the cache, refer to Download and import an asset package.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.