- Home /
Cursor flickers while changing
I am working on an application where i change mouse cursors depending on the tool used.The cursor change works very well except that whenever it gets back to default it flickers for a few frames.I have tried to debug my code to see if there is any interference from any other tool to change the cursor, but there isn't.
Has anyone experienced a similar problem with unity? Any help would be appreciated
Is this in the editor, or in the non-debug executable? I've had the same flickering in the editor... but when I build the game, it doesn't happen...
Its in the editor and im running it at low settings on a computer with an on-board graphics card.I will compile it into an excecutable and check.Thanks
As another data point, I've also had this in the editor, but not in the executable.
Your answer
Follow this Question
Related Questions
Unity 3D Screen.lockCursor Problems 2 Answers
Alt+Tab pointer problem 0 Answers
How to center custom cursor 2 Answers
error CS8025: Parsing error 1 Answer
How to make something happen when mouse on side of screen? 1 Answer