Volume slider UI sometimes doesn't slide when I press it

I have made an options menu with two sliders to change the volume on my game, I’m making this for mobile and when I press on the slider to change it at first it will work absolutely fine but after doing it a few times it will start to not work. Also if I slide it all the way to the end so it would be at max then the slider completely stops working and won’t slide at all. I haven’t got any code behind these sliders, it’s just the UI.

Does anyone have any ideas on how to fix this?

A good way to debug the UI in the editor is to take a look at the event system.
It can tell you what its hitting, then you can see if what you are hitting is what you are expecting to hit if you are trying to move / interact with the slider.

1 Like

having the same problem …what should i look in event system so that my slider will slide?