Quantcast
Channel: Answers for "Transperent GUI Text?"
Browsing latest articles
Browse All 6 View Live

Answer by robertbu

You can fade a GUI.Label by changing the alpha value in the GUI.color. You need to save and restore the color value if you are outputting other GUI elements. Example: public class FadeAGUI :...

View Article



Answer by moghes

Dude its something simple, you will have fun of it! var yourGuiText:GUIText; function Update() { yourGuiText.material.color.a -= 0.01; } Note that you can play with this as you want, remember that...

View Article

Answer by D3m0nE

Thanks Guyz For Replaying.. @robertbu can i do it on 3D Text? @moghes thx. i will test it. so color.a = 1 . that mean 255? and i should put the script inside the 3D Text right? but there is problem....

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images