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

RippleMask blocks input after ScreenConfig.Back is called #48

Open RoryDungan opened 9 years ago

RoryDungan commented 9 years ago

After calling Back() on a ScreenConfig, the ripple mask object of that screen stays in place after the animation has finished playing and, while it is invisible so doesn't visually obscure the new screen, still blocks clicks and touches.

This seems to also have something to do with timing of the animation since as the animation plays, the ripple mask shrinks and sometimes becomes so small that it isn't noticeable.

InvexGames commented 9 years ago

Hi! Thanks for bringing this issue to my attention :)

I'm now working on MaterialUI in a private repo, adding features and the likes for an official release on the Asset Store - this means that I won't be adding/fixing anything more in this repo (sorry). Feel free to fork this one if you'd like to tackle to issue yourself, and/or send me an email at invex@invexgames.com if you want me to let you know when it's available.

Cheers, Declan.