install_addon
Install addons into your Godot project from the Asset Library, a git repository, or a local path.
Instructions
Install an addon from the Asset Library, git repository, or local path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Git URL or local path (required for git/local sources) | |
| name | Yes | Addon name or identifier | |
| source | No | Installation source (default: asset_lib) | asset_lib |