기술 자료

Development

User Acquisition

Monetization

산업 분야

Unity Asset Store

Download assets

Publish assets

Verified Solutions

Go to the Asset Store

Unity Asset Store

이 페이지는 선택한 언어로 제공되지 않습니다.
Assets and media
​
​
The Unity Asset Store
  • Overview
  • Introduction to the Asset Store
  • Download and manage Asset Store packages
    • Purchase or download an Asset Store package
    • Manage Asset Store packages in the Editor
    • Manage packages in the Asset Store
  • Publish Asset Store packages
  1. The Unity Asset Store
  2. Downloading and managing Asset Store packages

Manage Asset Store packages in the Editor

Asset Store packages are collections of files and data from Unity projects, or elements of projects.
읽는 시간 2분
최근 업데이트: 3달 전

An Asset Store package type is either a UPM package or an asset package (
.unitypackage
format). When you add an Asset Store
package

?

to your
project

?

, the Unity Package Manager unpacks the package and maintains its directory structure and metadata about assets. This metadata includes information such as import settings and links to other assets.

Using Asset Store packages

To use an Asset Store package, perform the following steps:
  1. Open the Unity Package Manager window
  2. Select the My Assets context to view the list of available Asset Store packages. You can also search by name for Asset Store packages.
  3. The method to add the package to your project depends on the type you've downloaded:
    • For asset packages (
      .unitypackage
      ), refer to Download and import an asset package.
    • For UPM packages, refer to Install a UPM package from Asset Store.
If the Asset Store package has a newer version available, you can also update it directly in the Package Manager window. To update an asset package (
.unitypackage
), refer to Updating an asset package, and to update a UPM package, refer to Switch to another version of a UPM package.

Location of downloaded asset package files

참고
This information applies only to asset packages (
.unitypackage
) you get from the Asset Store. It doesn’t apply to UPM packages you get from the Asset Store.
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
These folders contain subfolders that correspond to particular Asset Store vendors and are available after download and import. The Package Manager stores asset files inside the subfolders using a structure defined by the Asset Store package publisher.
You can override the default location of the cache for asset packages. For information, refer to Customize the asset package cache location.

Additional resources

  • Package types
  • Manage packages in the Asset Store
  • Publishing Asset Store packages

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Using Asset Store packages

    • Location of downloaded asset package files

    • Additional resources


이 페이지의 문제 보고
​
​