Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WarpZone32 opened this issue Oct 28, 2020 · 2 comments

Comments

@WarpZone32
Copy link

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.

@Watcher3056
Copy link

Same

@tjm35
Copy link

tjm35 commented Mar 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants