Search Unity

cursor icon?

Discussion in 'Scripting' started by Jean-Fabre, Sep 6, 2007.

  1. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429
    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
     
  2. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
  3. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429
    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
     
  4. Daniel_Brauer

    Daniel_Brauer

    Unity Technologies

    Joined:
    Aug 11, 2006
    Posts:
    3,355
    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.
     
  5. Jessy

    Jessy

    Joined:
    Jun 7, 2007
    Posts:
    7,325
    Or you can use a 3D cursor. That's easy enough.