unity-graphics

Configure Unity GraphicsSettings and QualitySettings for Built-in, URP, and HDRP projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity projects often need consistent graphics and quality configuration across render pipelines, tiers, and shader settings, and this Skill centralizes those edits so they are predictable and repeatable.

Core Features & Use Cases

  • Read project-wide GraphicsSettings and QualitySettings for Built-in, URP, or HDRP projects.
  • Set the default render pipeline or assign per-quality render pipeline assets.
  • Manage Always Included Shaders and shader stripping when preparing builds or tuning performance.
  • Use it when you need to adjust 画质设置 or 渲染管线配置 for a Unity project without manually hunting through project settings.

Quick Start

Ask the skill to inspect the current Unity graphics and quality setup, then set the desired render pipeline asset and quality tier for the project.

Frequently Asked Questions about unity-graphics

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

FAQPage Schema
How do I configure Unity render pipeline assets for different quality tiers?

To configure render pipeline assets, assign per-quality render pipeline assets through QualitySettings. This allows distinct Built-in, URP, or HDRP render pipeline configurations for each quality tier.

What is the best way to manage shader stripping and always included shaders in Unity?

Managing shader stripping involves configuring GraphicsSettings to specify Always Included Shaders. This centralizes shader management for predictable build sizes and performance tuning across your Unity project.

Can I switch between Built-in, URP, and HDRP render pipelines in an existing Unity project?

Yes, you can switch render pipelines by setting the default render pipeline in GraphicsSettings. Safe query and mutation workflows support reassigning SRP assets for Built-in, URP, and HDRP projects.

Does this Unity graphics settings configuration approach support Unity 2022.3 and newer?

Yes, this graphics settings configuration approach supports Unity 2022.3 and newer versions. It provides safe workflows to inspect and mutate project-wide GraphicsSettings and QualitySettings.

Why do I need to adjust Unity graphics settings instead of leaving the default project settings?

Adjusting Unity graphics settings ensures consistent quality and render pipeline configuration across tiers. Centralizing these edits makes graphics behavior predictable and repeatable for builds.

How do I inspect current Unity quality and graphics settings programmatically?

You inspect current Unity quality and graphics settings by querying project-wide GraphicsSettings and QualitySettings. This reveals active render pipeline assets, quality tiers, and shader configurations.