I have two identical Image game objects on each side of my scene. The OnPointerEnter event works fine for one of them, but not the other. Both images have a script attached that lowers their alpha value to 0.6 when the user hovers over them.
With the problematic image, I am only able to get the pointer enter event to work in one specific (very small) area of the screen. The pointer event works as expected in the other image.
These objects are identical in terms of their script and based on the settings in the Inspector (except for their location). What could be wrong here? Attached is an image of the Inspector for the images.