How can I make a Texture transparent , not the whole texture

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DG_Games

So I’m programming a card game right now and i want as an animation when the card is played .i want the card dissolve in particles the card should dissapear from the top to the bottom. i already tried it with a transparency mask shader but the shader applies on the background texture too, what can i do?

:bust_in_silhouette: Reply From: Moreus

I think Shaders don’t effect parents and siblings nodes.

yes but i did the mask shader with a viewport ,i fixed it with a dissolve shader

DG_Games | 2023-04-04 12:52