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