unity set sprite transparency

Code Example - unity set sprite transparency

                
                        // You can set the transparency together with the color:
SpriteRenderer.color = new Color(1f,1f,1f,1f);