I really like the new LineRenderer, that was introduced recently, but I have a question regarding the assignment of colors to the Gradient.
Since the colors are probably implemented using Vertex Colors (you can see that by assigning a Gradient with more than 3 different colors to a LineRenderer with only two positions; the middle color will not show up), is there any (documented or undocumented) feature to actually set the color at a position via a Script? While the abstraction over the Gradient is often useful, sometimes I do need some finer control over where a color should be, and not have it, for example, move, when the length of the Line changes.