Manage Asset Store packages in the Editor
Asset Store packages are collections of files and data from Unity projects, or elements of projects.
Read time 2 minutesLast updated a day ago
An Asset Store package type is either a UPM package or an asset package (
.unitypackagepackage
?
project
?
Using Asset Store packages
To use an Asset Store package, perform the following steps:- Open the Unity Package Manager window
- Select the My Assets context to view the list of available Asset Store packages. You can also search by name for Asset Store packages.
-
The method to add the package to your project depends on the type you've downloaded:
- For asset packages (), refer to Download and import an asset package.
.unitypackage - For UPM packages, refer to Install a UPM package from Asset Store.
- For asset packages (
.unitypackageLocation of downloaded asset package files
You can use the Package Manager window to manage your Asset Store packages within your project. However, if you need to access files from an asset package directly, you can find them in the cache for asset packages. This cache, which is separate from the global cache, makes reusing and sharing asset packages more efficient. You can find the cache for asset packages in the following paths (which might be within hidden folders depending on your computer settings):
- macOS:
~/Library/Unity/Asset Store-5.x - Windows:
C:\Users\accountName\AppData\Roaming\Unity\Asset Store-5.x - Linux:
~/.local/share/unity3d/Asset Store-5.x