Child Object Buttons Not Working
I have two images that work as buttons that do a simple make one active and disable the other. This all works just fine. However, to make it more interesting I wrote a simple script to flip the two buttons (it basically just changes the X value from 1 to -1 and also does the activation/deactivation). It all worked in my old Unity 4.6 version, but in the 2017.1 version, the buttons simply do not accept input. Even if I just disable everything to just be a color change, I get no reaction from the buttons IF the script is attached in any way to the parent object. I'm hoping someone can shed some light on this and help me out. Thanks in advance.
Your answer

Follow this Question
Related Questions
How do I Iterate through child UI buttons to change their images? 0 Answers
how to use vectors to control an outcome 0 Answers
Using Child Object To Control Parent 0 Answers
How to get child object child gameobject? 2 Answers
Non UI touch button 0 Answers