unity-project

Retrieve Unity project configuration, settings, and asset lists for audits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single, discoverable interface to inspect and manage Unity project configuration, eliminating the need to manually hunt through Editor menus and project files for render pipeline, build, quality, and tag/layer information.

Core Features & Use Cases

  • Project overview: Retrieve Unity version, active render pipeline, and recommended shaders to evaluate compatibility and rendering paths.
  • Configuration and settings: Query quality settings, player settings, build targets and scenes, and installed UPM packages for release preparation and audits.
  • Project organization: List and add layers and tags to streamline scene and asset organization across teams.
  • Use Case: Use this Skill to audit a project's build configuration and shader usage before upgrading the Unity version or changing the render pipeline.

Quick Start

Get the project's render pipeline, Unity version, build scenes, and a list of all shaders.

Frequently Asked Questions about unity-project

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

FAQPage Schema
How do I check my Unity project's render pipeline and quality settings?

To check Unity project settings, query the active render pipeline, quality levels, and recommended shaders to evaluate rendering paths and compatibility. You can retrieve structured configuration data to audit the current state of your project.

Can I list all shaders used in a Unity project for compatibility audits?

Yes, you can list all shaders in a Unity project to audit shader usage before upgrading the Unity version or changing the render pipeline. This returns a structured shader manifest for reporting and compatibility evaluation.

What is the best way to retrieve Unity build scenes and player settings?

The best way to retrieve Unity build scenes and player settings is to query the project configuration directly. This returns build targets, included scenes, and player settings as structured data for release preparation and audits.

How do I manage layers and tags in a Unity project across teams?

To manage Unity layers and tags, you can list existing layers and tags or add new ones to streamline scene and asset organization. This provides a structured view of project organization for team collaboration.

Does this Unity project inspector work without additional dependencies?

Yes, this Unity project inspector works without additional dependencies. It retrieves detailed project configuration, installed UPM packages, and asset lists directly from Unity Editor projects for automation and reporting tasks.

When do I need to audit Unity project settings and installed packages?

You need to audit Unity project settings when preparing a release, upgrading Unity versions, or changing the render pipeline. Querying build configuration, quality settings, and installed UPM packages helps evaluate project readiness.