(Solved) How to fix offset on custom pointer?

I made a custom pointer by hiding the cursor and making the custom pointer follow my hidden cursor, but there’s an offset


i have to bring the pointer to the right more just to click pause. I cant screenshot it because the mouse disappears on screenshots but the mouse is like on the top left of my custom cursor

Hi,

Did you change the origin point of your custom cursor to the center? Since it is a circle, you obviously want to center the circle around the area you want to click.

2 Likes

Oh that makes sense, sorry for the late reply, I changed my origin point and it worked!