What problem does it solve?
This Skill helps developers quickly find packages within the Unity ecosystem, whether they are in the official registry or already installed in their project, streamlining the package management process.
Core Features & Use Cases
- Registry Search: Discover packages available in the Unity Package Manager registry by name, ID, or description.
- Installed Packages Search: Locate packages already present in the current project, regardless of their source (Git, local, embedded).
- Version Information: Retrieve available versions and installation status for packages.
- Prioritized Results: Get the most relevant results first, based on exact name matches, then substrings.
- Use Case: A developer needs to find a specific animation package. They can use this Skill to search for "animation" and see all relevant packages, their versions, and whether they are already installed.
Quick Start
Search for the 'TextMesh Pro' package and return up to 5 results.