Hey,
I attached a GuiStyle to a GuiText.
public var myStyle : GUIStyle ;
function Update () {
}
it appears in the property inspector of GuiText. But if i change some parameters, nothing happens. Text color doesn't change, word wrap doesn't word wrap.
can someone tell me what i'm doing wrong?