Hi! So I’m making a game, and I want to make a system that continually draws a line wherever a player has been. I could create a thin rectangle to act as a line, but that seems inefficient and wouldn’t create a smooth (possibly curved) path.
Is there any efficient way of how to do this?
Thanks in advanced!