Hello frndz…
How can I generate custom color for my text mesh with (r,g,b,a) co-ordinates???
please help!!
Hello frndz…
How can I generate custom color for my text mesh with (r,g,b,a) co-ordinates???
please help!!
You can write the script to do that.
guiText.material.color = Color (0.0 , 0.0 ,0.0 ,1.0); // Color (r,b,g,a)
Cheers!!! ^^