I’m a newbie and I’m trying to create a list of buttons (like a game menu). The problem is when I create the 1st button and set its Highlighted Color to red, it works fine. I duplicated that button but If I move the mouse pointer inside the green box, none of these buttons is highlighted, it will not be highlighted (the 1st button still works correctly). If the pointer is still inside the button but not over the text, it works ok. I also noticed that the “pointerEnter: Win Text” instead of Text like the 1st button. Does anyone know how to fix this? (I drew the green box in paint) I’m using Unity 5
Check if there are any IGraphics obstructing the raycast, if not try restarting Unity.