Can a line renderer not billboard?

I need to create a fence script that procedurally places a fence that follows a set path.

The line renderer would be perfect for this if it did not billboard. The fence is simply a texture that needs to get mapped to an extruded plane that follows set points.

Is there a way to keep the line renderer from billboarding the line?

Thanks

(Not really an answer to your question, but ...)

You could take a look at the Tron Trail script of the Procedural Examples.

No, the line-renderer behavior can't be changed.

I found a solution! Just use the alignment property in the inspector. Refer to the documentation here: