I tried to use the Forums but no one was able to help me.
I have a screen with a button created as follows:
GameObject → UI → Text
I added the UI → Button component to make it a button.
I changed the Highlight and Pressed colors.
The button worked until I did two things.
I added music which seemed to be OK
The Title on the screen was too large for the current resolution so I increased the resolution.
Now, when I enter the level and hover over the button, instead of it turning Green (Highlight color) it does not change and when I click it to activate it, the Pressed color does not change.
I tried to add a new button but that too does not work.
Try making your button last sibling in your UI hierarchy, you can only interact with the top layer of the UI (first sibling is at the bottom and last sibling is atop everyone else). If you have UI stuff piled, it may cover your button (even with a transparent thing)