Firing at Offset (Not Centered) Crosshair (3rd Person)

Ngl it’s a little more work than it needs to be, but this works:

Using canvas slot position:

Using render transform translation:

You can use one or the other, they both give the same result:

Also, you want to make sure the position is at the center of your cursor. I did it by setting alignment to (0.5, 0.5):
image

1 Like