Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for playing! Yep the click area is halfway between the hand and the shadow, where the white pixel is

Oh after watching CheeseOnCheese’s stream I realize now that this is only happening on my system, apparently because I have my desktop scaling set to 125%. Because of this the white pixel ends up offset to the bottom and to the left. I also noticed now that the offset increases if I move the hand further up or to the right. Here’s a screenshot to show what I mean:

image.png

I didn’t have this issue with other mouse-based Unity games (e.g. “button / box”), so I’m guessing this is something you can fix/avoid in your code somehow (not familiar with Unity myself unfortunately).

Sorry to hear that! If you set scaling to 100% it should work normally. It’s not a custom cursor so it doesn’t follow the mouse perfectly. There’s some maths keeping it more or less aligned, so I think that’s what’s happened