sprite renderer opacity = 50 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);