Hi,
Been searching how I can modify the cursor to show different types, like hand cursor, arrow, hour glass etc etc,
how can I do that?
thanks,
Jean
Hi,
Been searching how I can modify the cursor to show different types, like hand cursor, arrow, hour glass etc etc,
how can I do that?
thanks,
Jean
Hi Jean
have you seen this:
Might get you started.
AC
I was looking for using the OS predefine set of cursor ( like the spinning whell) but the custom 2d pointer will do the trick yes.
Thanks,
Jean
Unity has very little control over the OS cursor. It can make it disappear and it can reset its position to the centre of the screen every frame, but that’s about it. If you need more than that, you have to use GUITextures.
Or you can use a 3D cursor. That’s easy enough.