I put a GUIText on a WHITE panel, the text isn't shown.. obviously(Default is white guitext's.text color)
I can see the text in runtime with this:
guiText.material.color = Color.black;
The question is: `How can I manually edit the Material's color?`
*Another thing, in run-time the material slot isn't null, means there's a "font material" added to that slot, and in brackes instance. `font material(instance)`
When I go to that material in my project tab, `the color is blocked`, I can't access it..