I want to display a textArea over an object. Yet as the object moves, the textArea blinks due to the fact that it treats the moving as “hover” state. How will I be able to disable the “hover” detection of a GUI element?
When you talk about the hover state, do you mean you are displaying the text when the mouse is over the object? How are you displaying the text? If you use a GUIText, you might find it interferes with the hover detection. It might be useful for you to post the script you are using.