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

Colliders on Switchs too big? #25

Closed nah0y closed 9 years ago

nah0y commented 9 years ago

Also, one thing really weird, if you have multiple switch, it seems like only one of the switches receives input from the click... And I suspect the shadow being really big, blocking the input of others. So if you have an inactive switch next to an active one, you won't be able to click on the active one for example because it is blocked by the shadow collider of the inactive one. Or if you have two active next to each other and click on the first, it's the second who receives the event.

I'll soon push to a branch the example switch scene, you'll see the issue.

InvexGames commented 9 years ago

Fixed :)