asset_store
Manage Unity Asset Store assets: list purchased assets, search, download, and import into projects. Supports public catalog search and cache management.
Instructions
Manages Unity Asset Store assets and Package Manager integration.
Actions:
list_my_assets: List all purchased/acquired assets from your Asset Store account
search_my_assets: Search your purchased assets by name
get_asset_details: Get details about a specific asset
download_asset: Download an asset to the local cache
import_asset: Import a downloaded asset into the project
download_and_import: Download and import in one step
get_download_progress: Check download progress
cancel_download: Cancel an ongoing download
list_cached_assets: List assets already downloaded to local cache
clear_cache: Clear the asset cache
refresh_my_assets: Refresh the list of purchased assets from server
search_store: Search the public Unity Asset Store catalog (no auth required)
Note: Most actions require Unity 2020.1+ and being logged into Unity Hub/Editor. search_store and list_cached_assets work without authentication. Assets must be purchased through the Asset Store website before downloading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| action | Yes | Asset Store action to perform | |
| sortBy | No | Sort order for search_store results (default: relevance) | |
| assetId | No | Asset Store asset ID or package ID | |
| category | No | Filter by category | |
| pageSize | No | Results per page (default: 50) | |
| assetName | No | Asset name for searching | |
| free_only | No | Only return free assets in search_store results | |
| searchQuery | No | Search query for filtering assets | |
| importOptions | No | Options for importing assets |