Hello
So I have a LineRenderer and a array with positions that my LineRenderer should use, but I only want to draw every second position since the rest of them should be transparent (Or not be there at all)
It is like angry birds, or this game:

I’m not sure if I should even use LineRenderer or something completely different so any suggestions is appreciated.
Cheers
Edit: This seems like its a 2D game but it is not, its 3D. The positions are Vector3s