iTranslated by AI

The content below is an AI-generated translation. This is an experimental feature, and may contain errors. View original article
🔍

Storage Location of .unitypackage Files Downloaded from Unity Asset Store

に公開

A note for myself as I always forget.

Assets purchased on the Unity Asset Store are downloaded through the Package Manager in the Unity Editor via "Open in Unity" in My Assets.

I checked the storage location of the .unitypackage files as I wasn't sure where they were.

In Unity 2020.1 and later, the local storage location for downloaded assets (.unitypackage) is the following path:

Windows

C:\Users\%USERNAME%\AppData\Roaming\Unity\Asset Store-5.x\PublisherName

Mac

~/Library/Unity/Asset Store-5.x/PublisherName

Depending on your environment, these may be hidden folders, so it's faster to specify the path directly. Since the folders are organized by publisher name, it might be a bit of a hassle to find them based on the asset name.

Discussion