Apply texture to sprite with a shader (2D)

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

For my game, I want my objects to have a kind of plush look. I think the only way to do that is with a shader and a texture that looks like plush. But how can I just apply the plush texture to my sprite to match and look a bit transparent?

Thanks in advance.