I'm having an issue with the <Color/> element within a <Texture/> element fith a file atribute. The color tag doesn't do a thing.
However if I use the widget method SetVertexColor(r g b a) on the texture it works perfectly and the color is changed.
Is this a known issue or is it supposed to work(?) that way or am I being dumb?
PS the code validates properly with the schema.
futrtrubl
----
how U mine for fish??!!
Q u o t e: I take this to mean that <Color> is to create a solid colored texture, and it's NOT equivalent to SetVertexColor (Which would need to be done explicitly in code in an OnLoad?)