In the Unity manual Line Renderer has Alignment property, however I don’t see it in Scripting API or the inspector. Is it depreciated? I want to draw a line “flat” on the ground, not facing the camera. Alignment seemed to do just that. In what other ways can I achive this?
I don’t believe it’s deprecated, because it was added as of 5.5.0. It looks like yet another case of Unity not properly exposing the property in code, which seems to be a problem with a few of their newer systems.
since Unity 5.5 at least it’s billboard only:
It renders billboard lines (polygons that always face the camera) that have a width in world units and can be textured