package-search
Search Unity Package Manager registry and installed packages to find packages by name, check versions and installation status before installing.
Instructions
Search for packages in both Unity Package Manager registry and installed packages. Use this to find packages by name before installing them. Returns available versions and installation status. Searches both the Unity registry and locally installed packages (including Git, local, and embedded sources). Results are prioritized: exact name match, exact display name match, name substring, display name substring, description substring. Note: Online mode fetches exact matches from live registry, then supplements with cached substring matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string. Example: "animation", "com.unity.textmeshpro" | |
| maxResults | No | Maximum number of results to return. Default: 10 | 10 |
| offlineMode | No | Whether to perform the search in offline mode (uses cached registry data only). Default: true. Set to false to fetch latest exact matches from Unity registry. | true |