Mouser Cursor Script for you helpful people.

Its very easy and I hope it will be useful for anyone even the hardcore veterans. Just a script that makes your cursor behave as if you were in a browser where it changes to a hand or anything else, when hovering a link. Anyway I will release more advanced scripts as long as my company doesn’t have any problem with publishing rights, releasing code etc. you know how it goes.

113571–4370–$mousecursor_160.js (691 Bytes)

You should use Event.current.mousePosition in OnGUI - no need to subtract from Screen.height.
Also, does this put the cursor on top of everything else?

Thanks for the tip. I have to check if it puts the cursor on top of everything else.