In my UI, there is an indicator circle that directs the users attention to a new feature in the scene. I am attempting to draw a line from the textbox of instructions to the circle highlighting the new feature. I have been trying to do this by drawing a 1x1 pixel line from one point to the other. I need the line to scale and rotate. Manually, I can make this work fine, but in code I cannot wrap my head around the process to get this working correctly. I could use any kind of direction, thanks!