Hi
I’m using a hardware cursor (with cross hair image) but the hotspot is always at the top left. How can I change the hotspot so that it’s in the center of the crosshairs? I’ve tried this but it doesn’t seem to do make any difference:
hotSpot = Vector2(16,16);
Cursor.SetCursor(cursorTexture,hotSpot,cursorMode);
I’ve also tried setting the same values in the Player Settings → Cursor Hotspot setting but again, no difference.
Is this possible?
Danz0r77_1:
Hi
I’m using a hardware cursor (with cross hair image) but the hotspot is always at the top left. How can I change the hotspot so that it’s in the center of the crosshairs? I’ve tried this but it doesn’t seem to do make any difference:
hotSpot = Vector2(16,16);
Cursor.SetCursor(cursorTexture,hotSpot,cursorMode);
I’ve also tried setting the same values in the Player Settings → Cursor Hotspot setting but again, no difference.
Is this possible?
Sorry, this can be deleted… I was editing the wrong file