Change a Sprite’s Transparency

Adjusting a sprite’s transparency can add dynamic ‘juice’ to your game. You can make items flash on and off, make translucent ghost, or fade away your UI buttons. It happens to be really easy to achieve via Unity’s SpriteRenderer component. Change a Sprite’s Transparency You can’t change the alpha value directly, so instead you need … Read moreChange a Sprite’s Transparency