how to add transparency to a sprite in unity code example
Example: unity set sprite transparency
// You can set the transparency together with the color:
SpriteRenderer.color = new Color(1f,1f,1f,1f);
// You can set the transparency together with the color:
SpriteRenderer.color = new Color(1f,1f,1f,1f);