Lines are an extremely common building block for GUI in games, whether it be for drawing routes on a map, linking nodes, or adding secondary effects/polish.
Several 3rd party options are available which meet this need to varying degrees of satisfaction, though none are perfect, few are maintained, and each provides an API and feature set that is different from the LineRenderer component that Unity currently provides.
Add comment