Unity Survival Shooter Sprite Alpha?

Hello,

I am following the Unity Survival Shooter tutorials but in the 5th tutorial on the Health HUD, the pdf for altering the project so it works for Unity 5 says that ‘On the Background GameObject set the sprite’s alpha to 120.’ I am in the Background GameObject but am unable to find where to do this or an ‘alpha’ menu?

Many thanks,

Scuderia

The SpriteRenderer component has a “color” property. I assume it means to adjust the alpha (i.e. opacity) of that color.