askvity

How Do I Use Unity Asset Store in Unity?

Published in Unity Asset Store 3 mins read

Using the Unity Asset Store directly within the Unity editor allows you to browse, purchase, and download assets to enhance your projects.

The Unity Asset Store is an online marketplace integrated into the Unity editor where you can find a vast collection of assets created by Unity Technologies and community members. These assets include 3D models, textures, scripts, audio files, editor extensions, and more.

Accessing the Unity Asset Store

To begin using the Asset Store inside the Unity editor, you need to open its dedicated window.

Based on the provided reference:

  • To open the Asset Store window, select Window > General > Asset Store from the main menu in Unity.

This action will open the Asset Store window within your Unity layout.

Account Creation

Upon your first visit or when you want to purchase or download assets, you'll be prompted to log in. As mentioned in the reference, you can create a free user account. This account is essential for:

  • Logging into the store.
  • Keeping track of your previous purchases.
  • Managing your downloads.

Browsing and Using Assets

Once the Asset Store window is open and you are logged in, you can start exploring.

  • Browse Categories: Navigate through various categories like 3D Models, Templates, Tools, Audio, etc.
  • Search: Use the search bar to find specific assets by name or keywords.
  • Filter: Apply filters for price (free or paid), compatibility with your Unity version, ratings, and more.
  • View Details: Click on an asset to see its description, screenshots, reviews, and other details.

Downloading and Importing Assets

When you find an asset you want to use, the process is simple:

  1. Purchase or Download: For free assets, click the Download button. For paid assets, you'll need to purchase it first, and then the button will change to Download.
  2. Download Progress: Unity downloads the asset package to your local library.
  3. Import: Once downloaded, the button changes to Import. Click it to open the Import Unity Package dialog.
  4. Select Items: In the import dialog, you can select which specific items from the package you want to import into your current project. By default, everything is usually selected.
  5. Finalize Import: Click Import. The selected assets will be added to your project's Assets folder, typically within a subfolder named after the asset package.

After importing, the assets are available within your project's file structure and can be used directly in your scenes and scripts.

Related Articles