kDecals icon indicating copy to clipboard operation
kDecals copied to clipboard

Surface the decal is being projected against displays as pure black (Unity LTS 2019.4.13f1/URP 7.3.1)

Open WarpZone32 opened this issue 4 years ago • 2 comments

The decal works normally at first, but attempting to save the scene causes the ground to turn black. If there is only one decal in the scene, the decal displays normally but the "whitespace" around it on the gameobject(s) it's colliding with is black. Adjusting the color or any other details of the material somehow "refreshes" the display and makes it look normal again... but only until you save the scene again.

Graphics card is an AMD Radeon R9 200 series, if that helps.

WarpZone32 avatar Oct 28 '20 20:10 WarpZone32

Same

Watcher3056 avatar Jan 14 '21 17:01 Watcher3056

I had this problem when using the "Multiply" blend mode, and tracked it down to the "_ZeroColor" shader property not being correctly serialised so its value was reset when saving. Making this change locally fixed the problem for me.

tjm35 avatar Mar 27 '21 19:03 tjm35