Version: 2021.1
Unity's Asset Store
Purchasing or downloading a package on the Asset Store

Asset Store packages

Asset Store packages are collections of files and data from Unity projects, or elements of projects, which Unity compresses and stores in one file with the .unitypackage extension. Like a zip file, an Asset StoreA growing library of free and commercial assets created by Unity and members of the community. Offers a wide variety of assets, from textures, models and animations to whole project examples, tutorials and Editor extensions. More info
See in Glossary
package maintains its original directory structure when it is unpacked, as well as metadata about assets (such as import settings and links to other assets).

To purchase an Asset Store package from Unity or a third-party publisher, start by searching the Unity Asset Store to find assets that meet your needs. When you find an Asset Store package you want to use, purchase or download it in the Asset Store. You can also make it easier to locate Asset Store packages by organizing your assets with labels and hiding Asset Store packages that are deprecated or unused.

In the Unity Package Manager, select the My Assets filter to see your list of available Asset Store packages. You can search by name for Asset Store packages. When you find the Asset Store package you want to use, you can download and import it inside the Package Manager. If your Asset Store package has a newer version available, you can also update it directly in the Package Manager window.

Unity users can become publishers on the Asset Store, and sell the content they have created. Follow the instructions in Publishing to the Asset Store for creating a package draft and uploading your assets from Unity into it for publication on the Unity Asset Store.

Location of downloaded asset files

You can use the Package Manager window to manage your Asset Store packages within your project. However, if you need to access your asset files directly, you can find them 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

These folders contain subfolders that correspond to particular Asset Store vendors and are available after download and import. The asset files are contained inside the subfolders using a structure defined by the Asset Store package publisher.

Unity's Asset Store
Purchasing or downloading a package on the Asset Store