I am making an in-game UI keypad. All of the UI buttons except the 8 and 9 work. The 8 and 9 just simply are not clickable. It seems that any button on the upper right hand side of the panel are not clickable. I have tried everything I know, any help is appreciated!
This isn’t something we can solve without actually having the project open in front of us. It sounds like the “interactable” option of the button is possibly not checked somehow? You should go through a lot of testing on your own to see if you can find something different on the ones that work, and the ones that don’t, to narrow down what could be causing it.
EDIT: Ok I think another issue could be some UI element is blocking that area of the screen, and intercepting the clicks somehow. Are there any other canvas elements (visible or not) in that area?