Kink3d / kDecals

Projection Decals for Unity's Universal Render Pipeline.
MIT License
532 stars 53 forks source link

Cannot see decals in 2019.3.6f1 #26

Open evmoius opened 4 years ago

evmoius commented 4 years ago

I'm using URP 7.1.8

I followed the instructions and got everything setup. I can create DecalData and Decal objects just fine. However, the decals do not show up in the scene. I've tried messing with all the settings and have tried rotating the decal around as well as tried it on different objects, no luck though.

Decal Problem

jschiff commented 4 years ago

Did you add the Decal Renderer Feature? https://github.com/Kink3d/kDecals/wiki/Getting-Started#setting-up-kdecals

evmoius commented 4 years ago

Yep.

Decal Problem 2