urp-pipeline

Configure and extend Unity's Universal Render Pipeline assets and renderer features.

3|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/OmerZeyveli/kinglet-unity --skill urp-pipeline-omerzeyveli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: urp-pipeline
Source: https://github.com/OmerZeyveli/kinglet-unity/tree/main/.claude/skills/systems/urp-pipeline
Command: npx skills add https://github.com/OmerZeyveli/kinglet-unity --skill urp-pipeline-omerzeyveli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Unity developers configure and extend the Universal Render Pipeline without mismanaging lighting, shadows, post-processing, camera stacking, renderer features, or shader compatibility.

Core Features & Use Cases

  • Pipeline Configuration: Set HDR, anti-aliasing, shadow quality, renderer paths, SRP Batcher usage, and desktop or console quality levels.
  • Rendering Extensions: Implement custom renderer features and render passes, configure 2D lighting, manage camera stacking, and integrate URP volume effects.
  • Performance and Compatibility: Apply Forward+, shadow, batching, shader CBUFFER, and render-pass guidance for production Unity projects.
  • Use Case: Configure a Unity 6 URP project for a PC or console game with Forward+ lighting, four shadow cascades, post-processing volumes, and a custom outline renderer feature.

Quick Start

Use the urp-pipeline skill to configure the project's URP asset and renderer for a desktop or console target, then add the required lighting, post-processing, and shader compatibility settings.

Frequently Asked Questions about urp-pipeline

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

FAQPage Schema
How do I configure URP for a PC or console game with Forward+ lighting and post-processing?

Configure URP by setting the renderer path to Forward+, enabling shadow cascades, and adding volume overrides for post-processing to achieve performant rendering on desktop or console targets.

What's the best way to manage camera stacking and 2D lighting in Unity URP?

Manage camera stacking and 2D lighting in URP by properly configuring the renderer features and camera properties within your pipeline asset to ensure reliable rendering quality and performance.

How do I write SRP Batcher-compatible shaders for Universal Render Pipeline?

Write SRP Batcher-compatible shaders for URP by adhering to Unity rendering shader conventions and correctly structuring CBUFFER elements to ensure batched rendering performance.

Does URP support custom renderer features and render passes?

URP supports custom renderer features and render passes, allowing you to extend the pipeline by handling the renderer-pass lifecycle to implement effects like custom outlines.

Why does my URP shader break when switching from Forward to Forward+ rendering?

URP shaders break when switching rendering paths if they do not follow Unity rendering shader conventions or lack correct CBUFFER configuration required for the chosen renderer path.

Can I use URP volume effects for shadow quality and HDR configuration?

You can configure HDR, shadow quality, and anti-aliasing within the URP pipeline asset, while volume effects manage post-processing overrides for localized or global rendering adjustments.