Wie man Textfarbe Alpha Einheit bekommt
public Text healthtext;
healthtext.text = healthpack.ToString();
Color zm = healthtext.color;
zm.a = 0.0f;
Doubtful Donkey