- Home /
Help - Line Renderer Broken bug.
Help - Line Renderer Broken bug.
Hello every one, i'm using Unity 's Line Renderer to draw a line. But it have some bug, when i try to move cursor near last point of line, it will start broken.
If anyone have exp with this please help me to fix this bug.
Below is my video for this bug: https://youtu.be/brBYBKTXSWM
And full project in here: https://github.com/Brackeys/Line-Rider-Replica
Thanks you!
No idea why it's doing that, but from that video, you're putting way too many points in a very closed area. $$anonymous$$aybe some of the points are overlapping or lines are crossing each other in weird ways, giving you trouble.
Don't sample every point. Leave a little distance between mouse movements before getting the next point and it should solve your problem.
I try your solution before and same result, the line still have this issue. :(
Your answer
