I made a Toggle group and assigned a callback function to the “On Value Changed (Boolean)” list of the first of them.
When I now click on the first toggle more than once the event is fired all the time even though the value did not change.
That means I have to remember the state in my script and compare it to the newly incomming value to notice whether there was a change.
“On Value Changed (Boolean)” should only fire if the value actually changed, or not?
Why is that so?