unity-project

Retrieve Unity project configuration including render pipeline, quality settings, and build scenes.

8|1|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/Zzulin/unity-project01 --skill unity-project-zzulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-project
Source: https://github.com/Zzulin/unity-project01/tree/main/URP1/Plugins/Unity-Skills-main/SkillsForUnity/unity-skills~/skills/project
Command: npx skills add https://github.com/Zzulin/unity-project01 --skill unity-project-zzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill makes it easy to retrieve and inspect Unity project configuration, eliminating the need to manually search editor menus and files to find render pipeline, quality levels, build scenes, player settings, layers, tags, installed packages, and shaders.

Core Features & Use Cases

  • Retrieve consolidated project metadata including Unity version, active render pipeline, and recommended shaders.
  • List all shaders, enumerate installed UPM packages, and expose quality and build settings for validation and automation.
  • Query and modify project tags and layers and read player settings needed for build configuration.
  • Use Case: Before optimizing graphics or preparing a release build, gather the project's render pipeline, quality profiles, build scenes, and shader inventory to verify compatibility and reproducibility.

Quick Start

Ask for project_get_info to retrieve the project's render pipeline, Unity version, quality settings, build scenes, and shader list.

Frequently Asked Questions about unity-project

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

FAQPage Schema
How do I retrieve Unity project settings for build preparation?

To retrieve Unity project settings, request project_get_info to inspect active build target, render pipeline, quality levels, player settings, layers, tags, and package manifest for build preparation.

How do I list all shaders and installed packages in a Unity Editor project?

You can list all shaders and installed UPM packages in a Unity Editor project by retrieving structured settings that enumerate shader inventories and expose the package manifest for tooling and automation integrations.

Can I query and modify project tags and layers in Unity?

Yes, you can query and modify Unity project tags and layers, while also reading player settings needed for build configuration, eliminating the need to manually search editor menus and files.

What is the best way to verify render pipeline compatibility before optimizing Unity graphics?

The best way to verify render pipeline compatibility is to gather consolidated project metadata including the Unity version, active render pipeline, and recommended shaders to check graphics settings and reproducibility.

Does this Unity project inspection tool require any specific dependencies or components?

No specific dependencies or components are required to inspect Unity project settings; it applies directly to Unity Editor projects to retrieve build scenes, quality profiles, and shader inventory.