unity-project

Inspect Unity project configuration and asset listings for build validation.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Yuan-Zzzz/FrogRE --skill unity-project-yuan-zzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-project
Source: https://github.com/Yuan-Zzzz/FrogRE/tree/main/.codex/skills/unity-skills/skills/project
Command: npx skills add https://github.com/Yuan-Zzzz/FrogRE --skill unity-project-yuan-zzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about unity-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Unity build settings and scenes before running a CI build?

Check Unity build settings and scenes by inspecting the project configuration to enumerate included scenes, validate the active render pipeline, and surface issues that would break automated CI builds.

What is the best way to list installed UPM packages and shaders in a Unity project?

The best way to list installed UPM packages and shaders in a Unity project is to inspect the project configuration, which retrieves structured asset listings and package manifests for validation and consistency checks.

Can I switch Unity quality levels and add missing tags programmatically?

Yes, you can switch Unity quality levels and add missing tags programmatically by applying project management operations that modify settings to prepare scenes for runtime behavior and satisfy build automation requirements.

How do I verify the active render pipeline and Unity version for project compatibility?

Verify the active render pipeline and Unity version by retrieving overall project metadata, which returns structured settings to confirm compatibility and ensure CI readiness across the development team.

Does this Unity project inspection tool work without additional dependencies?

Yes, this Unity project inspection tool works without dependencies, allowing you to directly inspect layers, tags, and build scenes during development and CI workflows.

Why do I need to validate Unity project settings before merging a feature branch?

You need to validate Unity project settings before merging a feature branch to confirm that build scenes, render pipelines, and package manifests are correct, ensuring the CI build will succeed and preventing configuration drift.