InvexGames / MaterialUI

MaterialUI is a UI kit for Unity that follows Google's official material design guidelines.
http://invexgames.com/materialUI.html
Other
771 stars 200 forks source link

Issues with sliders #31

Closed nah0y closed 9 years ago

nah0y commented 9 years ago

Sliders! :D

I have pushed the Sliders scene so you can play with it while fixing the issues.

InvexGames commented 9 years ago

I'll get on it :)

InvexGames commented 9 years ago

Fixed with latest commit.

nah0y commented 9 years ago

Just wanted to say that this is the best designed component so far :) The main script attached directly on the Slider gameObject, allowing to control all the aspect of the component, really great ;) (I'm saying this, because for others such as checkboxes and switches, we have to go inside the Switch gameObject, and then find the script that we're looking for on the Toggle gameObject). If every component could have the main script at the root, that would be way better (just saying :D)

The only thing still not okay IMO, is when you click on the slider to change the value, the collider is really too small in height, you really need to click on the 2px height bar to register the click, I would have made the collider zone as big as the height of the handle.

Anyway, awesome!