Anatta336 / driven-decals

A mesh-based PBR decal system for Unity's universal render pipeline.
MIT License
576 stars 75 forks source link

Null purple material #7

Open alexh0101 opened 3 years ago

alexh0101 commented 3 years ago

Using Unity 2019.4.16f1.

When I create a new project with all default setting, and import Driven Decals, I create a decal, but the renderer shows a null purple renderer.

Is this a bug or do I have to tweak some project settings?

Screenshot 2021-01-31 at 06 12 13
Anatta336 commented 3 years ago

Hi!

The most likely problem is that the project isn't using the Universal Render Pipeline (URP). The simplest way is to select the Universal Render Pipeline template when creating a new project.

Unfortunately URP and "old" default renderer aren't compatible, so this decal system just doesn't work with the default renderer.