phi-lira / UniversalShaderExamples

Sand box project containing example shaders and assets compatible with Unity Universal Render Pipeline.
748 stars 124 forks source link
hlsl matcap realtime-shadows shaders unity unity-urp universal-render-pipeline unlit urp

Universal Shader Examples

This project contains a collection of shader examples for Universal Render Pipeline.

Requisites:

How to use this examples

Examples in this project

Unlit Examples

All unlit shader examples except the first one support realtime shadows (cast and receive).

01 UnlitTexture

Basic "hello world" shader. UnlitTexture

02 UnlitTexture + Realtime Shadows

Unlit with support for receiving and casting realtime shadows. UnlitTextureShadows

03 Matcap

Matcap with support of per-pixel normals. Matcap

04 Screen Space UV

Screen space uv texture mapping. SceenSpaceUV

Lit Examples

50 Baked Lighting Only

No direct lighting. Global Illumination (skylight + SH and Lightamps) + realtime shadows. UnlitTexture

51 Lit Physically Based

Physically Based Lit shader supporting metallic workflow. LitPhysicallyBased

52 Cleat Coat Physically Based

Cleat Coat Physically Based evaluates a second BDRF for thin coat layer. LitPhysicallyBased

From left to right: car flakes, carbon filter, lacquered wood.

Top spheres are without the coat layer, using the standard Lit Physically Based shader.

Bottom spheres are with the Clear Coat Physically Based shader.

Resources