Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Decals

How to create decal and projector effects.
Read time 1 minuteLast updated 10 days ago

Important
The Built-In Render Pipeline is deprecated and will be made obsolete in a future release.
It remains supported, including bug fixes and maintenance, through the full Unity 6.7 LTS lifecycle.
Resources and techniques for projecting materials to act as decals that decorate the surface of other materials.

Topic

Description

Introduction to decals and projectionUnderstand what decals are, how Unity uses projection to create them, and what you could use projection for.
Decals in the Universal Render PipelineTechniques for using a Decal Renderer Feature or a Decal Projector in the Universal Render Pipeline (URP).
Decals in the Built-In Render PipelineTechniques for using a Projector component in the Built-In Render Pipeline.

Render pipeline information

How you work with decals and projectors depends on the render pipeline you use.

Feature name

Built-in Render Pipeline

Universal Render Pipeline (URP)

High Definition Render Pipeline (HDRP)

Decal and projectorsYes

Use the Projector component.
Yes

Use the Decal Renderer Feature.
Yes

Use the Decal Projector.