Line Renderer with the pattern of a sprite
I want to draw a line with the pattern of a sprite. I created a material, attached the sprite to it, but when I attach the material to the line, it becomes invisible (transparent?)
Answer by hexagonius · Aug 26, 2015 at 04:33 PM
I would say you cannot use Sprites without writing your own shader if even possible. If I'm correct, the Line-Renderer uses the same shader as the trail-renderer, which is a particle shader. By default sprites are only supported by the two Sprite Shaders.
Your answer
Follow this Question
Related Questions
How do I convert coordinates for a line render to draw within the scale of a UI panel? 0 Answers
A line between two objects with conditions 0 Answers
Why does line renderer color is gray with 255, 255, 255 RGB? 0 Answers
Unity Linerenderer jaggy lines 0 Answers
How to create an Animated 2D Line to help the user aim and shoot? 1 Answer