I’m not too sure whether this belongs here or in art design since it has to do with both UI and UX factor, so if it’s in the wrong place let me know and I’ll move it.
Basically in our game we have some sliders available for users to customize their settings, some of these settings are best represented by a slider (i.e. clock time, volume…).
Here’s what the layout looks like:
What I’m not too sure about implementing is using sliders when users are on controller from a front-end standpoint. Note I’m using PS5 controller so controls may be different than on an Xbox controller.
So anyway, I’m thinking either:
1- User must hold X and use D-pad left/right to move slider knob,
2- Disable navigation by using left/right and reserving left/right controls for sliders only
3- Implement a “selected/focused” mode (user must press on the slider to “focus” it and then use left/right)
Any ideas?