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

Switch active/inactive state #24

Closed nah0y closed 9 years ago

nah0y commented 9 years ago

Hey :)

Try to create a switch and play with interactable/isOn. If you have interactable unchecked, and toggle isOn (true to false, then false to true etc...) you'll see that the switch changes color instead of using the disabled color.

InvexGames commented 9 years ago

I'll work on that.

InvexGames commented 9 years ago

Fixed :)