I am pretty new to Unity and I have a problem with toggle buttons. I have two of them which I want to work independently. So I thought in order to make toggle button work together you have to add a toggle group. Well, I 564564ble checked and I didn’t put a toggle group on any of the two toggle buttons I have and yet they work together. I mean that when I click on one, it turns the other off… What am I missing ? :s
No I didn’t add any script manually. The only script that is added is the one of the toggle buttons and it is added directly on the component :s I don’t understand
So I found out that when I click next to the toggle button it does actually change the buttons state back. For instance if I put the button on by default I can click on it, it is now unchecked. Then, if I click somewhere else on the screen it gets back to its original state (on). Where is this behaviour coming from? I want a simple checkbox which i can check/uncheck by clicking on it…