Remove button OnMouseOver highlighting
In my application I have several buttons, which should not be highlighted on a mouse over. The highlighting and pressed highlight should still be working for touch though.
I tried to inherit a class from button and override the OnPointerEnter function. But this also applies to the touch?!
Currently I think my best option would be to totally write my own button class, but this would be a hell of work.
Comment
Your answer
Follow this Question
Related Questions
Missing function in button on click 0 Answers
What is the code I would use to make a UI button start an animation? 1 Answer
UI buttons won't recognize script 0 Answers
Unity UI OnClick AddListener 1 Answer
Button Displacement 0 Answers