GUI changing mesh color help

Hello is there anyway to switch this so my GUI Texture named “crosshair” can do this instead of the cursor because the cursor is hidden

function OnMouseEnter () {
    renderer.material.color = Color.red;
}

Check MultiMenus unlock system, http://forum.unity3d.com/threads/157405-Unlock-system-Free

thank you!

Check out the eDriven.Gui “cursors” demo: http://edrivenunity.com/cursors. You could easily change your cursor to crosshair.

There is a free version of the package, so you can play with it :wink: