Hello,
I’m currently testing few things on Unity’s new UI system and I was surprised that it seems to have no MinMax Slider.
So here are my questions:
-
If there is a simple way to create that, I would love to know about it
-
If not: Is there is someone that already tried to do it? I was thinking about create a script that inherit from Slider script and modify all behavior but that seems painfull and public member doesn’t seems to appear in Editor
Does anyone have a solution?
Otherwise, I think it will be fine with InputField, thanks!