URP
URP, or Universal Render Pipeline, is Unity Technologies' cross‑platform graphics pipeline designed to deliver high performance across a wide range of devices, from mobile and VR to desktops and consoles. It is one of Unity’s Scriptable Render Pipelines, which allow developers to customize rendering through code and project-specific settings.
URP originated as the Lightweight Render Pipeline (LWRP), introduced to provide a lightweight rendering path for
Key features and architecture include a forward rendering approach with a configurable lighting model, Shader Graph
URP is positioned as a versatile, performance-oriented alternative to Unity’s HDRP (High Definition Render Pipeline). While