What problem does it solve?
This Skill automates Unity Package Manager workflows to eliminate manual package edits, mismatched versions, and error-prone dependency management that cause build failures and disruptive domain reloads.
Core Features & Use Cases
- List and Inspect: list installed packages and check whether a specific package ID is present with version details.
- Install and Remove: deterministic installation and removal of packages using package_add semantics, with version selection and registry/git support.
- Dependency Handling: retrieve dependency lists, auto-install Splines for Cinemachine v3, and surface compatibility notes between Unity 2022 and Unity 6.
- Search and Versions: search the Unity registry and enumerate available versions to choose a compatible release.
- Use Case: add Cinemachine and its Splines dependency to a Unity 2022 project and verify installed versions before a CI build to avoid runtime camera integration issues.
Quick Start
Install Cinemachine and its required Splines dependency for a Unity 2022 project using the package_install_cinemachine operation.