I want to create a script for my game that draws a thick line from the user’s initial touch to the release, while displaying the line while the user is deciding where to end it. Also, after the line gets drawn, I want the line to be sort of a rectangle with a collider that gets attached when the touch is released. Any idea on how to achieve this result?