Hand cursor, or texture, when mouse is on 3d object

Just like in topic, what I must do? void OnMouseEnter() and void OnMouseExit() don’t works. ;x
I want to have cursor on the center of the screen when the mouse enter on object.

is it me or are posts just getting more incomprehensible?

so you want the mouse to be at 2 places at once? over the object and center screen?

or do you want to fake a second cursor that is offsetting to the real one?

When player points mouse cursor at object, then shows the custom cursor/texture. In my case it’s hand. Like in Amnesia The Dark Descent

So you tried script from doc:

…and that is not how you want it?