So I’m not quite new to Unity been using it 4months now, but today i started trying GUI stuff. The question is, why are the buttons unresponsive? I select the highlighted color to become red on mouse-over, and it doesn’t do it.
Whenever I click the button i want it to call a savegame function(it works i’ve tested it, just changed when I’m calling it) it doesn’t save and so on.
I even tried creating a simple mainMenu scene in which a button would take you to another scene. it still isn’t responsive.
Please try to help, thank you :).
I follow tutorials i do the exacts same thing as they do but it doesn’t work, my guess is i don’t have something checked or i didn’t add a component, i just dont know, that’s why I’m asking .
I changed the highlighted color, still not working, i have a simple scene with an event system a camera a canvas and a button as a child of the canvas.i didnt touch anything used the default button unity is giving me, changed the highlihted color from the inspector, on mouseover it doesnt change anything.
I know this is just crazy. I did exactly as u said a blank scene added a button, it automatically created a canvas and when i click on the button nothing happens, i told it to have a black pressed color, I sound super stupid for this I know but I have no idea why isn’t it working.
I actually seen games made with Unity have this same issue… They are on google play store. I do no use Unity UI, I use NGUI, and have no issues, I wish you the best of luck… I also had a few friends have have some of the same problems… Since some use the new UI, not saying its bad, but saying there must be a bug out there if some are having this issue??
I realize this question is super old but I figured out the problem. I was having the same issue. SO the answer is in your hierarchy. You need to make sure your panel is on top of the buttons on the hierarchy. I’ve been having the same issue for a long time and it had me like WTH!?!?!?! Sometimes UNITY moves the panel to the bottom, or sometimes its a user error.
Anyway that’s it, move the buttons below the panel.