Hello
I am trying to draw a line with Line2d, but would only like the dots to appear, thus making a dotted line, but when I draw it, it still connects the dots with a line, how can I achieve a dotted line using Line2d? Thank you.
That does sound like a good solution, I tried it and it’ll work, but I think the processing may create overheads, as I only need the texture of Line2d to draw at point position without connecting them with a line, It’s not that custom, so I thought maybe Line2d has already something in-built?