Search Unity

Cursor.SetCursor not working 4.3.4f1

Discussion in 'Editor & General Support' started by jdbenitez, Feb 11, 2014.

  1. jdbenitez

    jdbenitez

    Joined:
    Feb 11, 2014
    Posts:
    7
    This simple code is not working after upgrade unity to last version 4.3.4f1, anyone else has the same problem?

    void OnMouseEnter() {
    if (handCursorEnabled) {
    Cursor.SetCursor(cursorTexture, hotSpot, cursorMode);
    }
    }