What problem does it solve?
Quickly discover and validate Unity project-level configuration and asset listings to prevent build failures, ensure CI readiness, and maintain consistent project settings across teams.
Core Features & Use Cases
- Project inspection: Retrieve Unity version, active render pipeline, and overall project metadata to verify compatibility.
- Build & quality checks: Enumerate build settings and scenes, read and switch quality levels, and surface issues that would break automated builds.
- Asset and configuration listings: List shaders, installed UPM packages, layers, and tags, and add missing tags to prepare scenes for runtime behavior.
- Use Case: Before merging a feature branch, run this Skill to confirm the build scenes, render pipeline, and package manifest are correct so the CI build will succeed.
Quick Start
Ask the unity-project skill to list the project's render pipeline, Unity version, build scenes, quality settings, and installed packages.