Download Asset
godot_download_assetDownload a Godot Asset Library asset and install it into your project. Extracts zip archives, relocates plugin folders to addons/, and configures the correct res://addons path.
Instructions
Download an asset from the Asset Library.
Zip archives are extracted under the project, then any nested .../addons// (with plugin.cfg) is moved to project_root/addons// so res://addons// matches Godot. Editor plugins must be enabled by the user in Project Settings → Plugins (verify with godot_list_editor_plugins).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | Asset ID to download | |
| project_path | No | Target project path | |
| download_path | No | Parent folder under the project for the initial extract (often "addons") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||