Cómo obtener un texto de texto Alfa Unity
public Text healthtext;
healthtext.text = healthpack.ToString();
Color zm = healthtext.color;
zm.a = 0.0f;
Doubtful Donkey