unity-project

Retrieve Unity project metadata including version, render pipeline, packages, and settings.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-project-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-project
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/unity-skills/skills/project
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-project-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill gives you a fast, reliable way to inspect a Unity project without opening the editor or digging through files, so you can confirm setup details quickly.

Core Features & Use Cases

  • Project metadata: Read Unity version, render pipeline, player settings, build settings, layers, and tags.
  • Package and shader inventory: List installed UPM packages and available shaders for dependency and compatibility checks.
  • Use case: Verify whether a project uses URP or HDRP before selecting shaders or troubleshooting build issues.

Quick Start

Ask for the Unity project information and I will return the version, render pipeline, packages, shaders, and related settings.

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 project render pipeline and version without opening the editor?

You can check Unity project render pipeline and version by inspecting project metadata directly, retrieving settings like URP or HDRP configuration and the Unity version without launching the editor.

Can I list installed UPM packages and shaders in a Unity project from outside the editor?

Yes, you can list installed UPM packages and available shaders by performing a read-only discovery of the project configuration, accessing package manifests and shader inventories deterministically.

What is the best way to verify Unity build settings and player settings for compatibility checks?

The best way to verify Unity build settings and player settings is to inspect the project metadata, which allows you to confirm setup details quickly and ensure compatibility before troubleshooting builds.

Does Unity project inspection work for identifying URP or HDRP before selecting shaders?

Unity project inspection works for pipeline detection, allowing you to verify whether a project uses URP or HDRP before selecting shaders or troubleshooting build issues.

How to prepare Unity build workflows by reading layers, tags, and project metadata?

To prepare Unity build workflows, read project metadata including layers, tags, and player settings to confirm setup details and ensure all configurations are correct before building.

Why does Unity project inspection need read-only access to package manifests and shader inventories?

Unity project inspection needs read-only access to package manifests and shader inventories to perform deterministic discovery of project configuration without modifying files or opening the editor.