Draw a line between 2 objects

I’m using a revolute joint to do kinda like a grapple gun swing thing but i cant figure out how to draw a line between the player and the grapple points. if u know how to do this plz lmk

I’m a bit late to this but thought I might help in case anyone else finds this an issue.
You can use the shape painter object. Use “Draw a line on the screen” and you can define 2 points (can be variables obviously) and implement this to draw a line between those 2 points.

Example:

Example of what this can create:

1 Like