button pressing the button next to it?!
I have 5 buttons in a row next to eachother. but i have a problem, when i press for example button 1, the button to its right will be pressed. Very wierd and anoying. I use raycasts that shoot with with the same mousekey as i use to click buttons with. (perhaps something to do with it)
I dont know what cuases this. Thanks in advance!
Answer by suIly · Mar 18, 2018 at 08:57 PM
Try moving the collider of the buttons. They may be offset somehow
Answer by Storsaga1 · Mar 19, 2018 at 07:16 AM
Ahh i think thats is the problem but how do i do that :/?
I solved it by chanching all the buttons to new ones. When experiencing this problem look closly at the buttons for the shadow to apear. The clicked button get a shadow. If the shadow is on a button that is not clicked. It is probobly this problem.