Hi,
I am currently creating a prototype in which a line needs to be drawn between a player and an object in the world. However, when the player moves, the line that is drawn to the player stutters. At some point, the other object will move also.
I know that this is just a prototype and the stutter shouldn’t bother me. However, it does and it has made me curious. Does anyone have any ideas on how to remove the stutter or an alternative method of drawing the lines between these two objects?
I achieve the movement by just changing the position of one of the points in the line renderer every update.
Thanks in advance.