unity-urp

Manage URP assets and renderer features in Unity 2022.3+ projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Unity users inspect and modify Universal Render Pipeline settings without guessing which renderer, feature, or asset configuration is currently active.

Core Features & Use Cases

  • URP Asset Management: Review and update key pipeline settings such as HDR, MSAA, render scale, shadows, and camera textures.
  • Renderer and Feature Control: List renderers, inspect renderer features, add supported built-in features, and toggle features safely.
  • Guarded Workflow: Handles URP presence checks, runtime validation, and feature availability differences across Unity 2022.3 and Unity 6.
  • Use Case: A developer can ask to enable a renderer feature on the active URP renderer and the Skill will first verify the pipeline, inspect available features, and then apply the change safely.

Quick Start

Use the unity-urp skill to inspect the active URP setup and enable the correct renderer feature for my Unity project.

Frequently Asked Questions about unity-urp

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

FAQPage Schema
How do I configure URP asset settings in Unity for HDR and MSAA?

To configure URP asset settings in Unity, you can inspect and update key pipeline properties such as HDR, MSAA, render scale, and shadows directly through the active Universal Render Pipeline asset.

How do I add or enable built-in renderer features in Unity URP?

Adding renderer features in Unity URP involves listing available renderers, inspecting supported built-in features, and safely toggling or enabling them on the active renderer after validating pipeline presence.

Can I use this URP configuration tool with Unity 6 projects?

Yes, this URP configuration tool supports Unity 6 projects. It validates the Universal Render Pipeline installation and checks for renderer feature availability differences across Unity 2022.3 and Unity 6.

What is the safest way to modify the Universal Render Pipeline at runtime?

The safest way to modify the Universal Render Pipeline at runtime is by using a guarded workflow that performs URP presence checks, validates the active pipeline state, and verifies feature availability before applying mutations.

Why does my URP renderer feature fail to apply in Unity 2022.3?

Your URP renderer feature may fail to apply in Unity 2022.3 due to differences in feature availability. A safe mutation guard checks the active pipeline state and verifies feature support before applying modifications.

What URP settings can I review and update for my Unity project?

You can review and update Universal Render Pipeline settings including HDR, MSAA, render scale, shadow configurations, and camera textures for your Unity project.