-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button manual resize Isn't working ...? #46
Comments
That may be because the button is being automatically resized to fit the text content. Check to see that 'Snap Every Frame' in the SnapButtonToText component (attached to the text object) isn't left on. |
Oh .... I searched for the "SnapButtonToText" on the Root of the Button and not on the Button Text Object... thanks, now the resizing is working. The Ripple Effect now only works partially (some times only on one side, depends on the position) on a resized button. I had to remove this part, so that the effect was working on the entire button area: |
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 [email protected] if you want me to let you know when it's available. Cheers, |
I think I fixed the ripple effect, on my scene I had to move the buttons closer to the camera (maybe my camera depth is a bit wrong, since I'm still a unity noob ^^) So this plugin will be a paid one? or "just" closed source as dll? |
Oh sweet. I do remember there was an issue with the Ripples and other canvas modes (I believe it's fixed in the closed version as I've changed how Ripples are done), and it was related to camera depth. It will likely be paid. Do you think it's something you'd be interested in (provided it's faster, more stable and has more features and documentation/examples)? |
Sure, with more features why not^^ I'd like to have a toast like this one => https://github.com/code-mc/loadtoast |
Not sure it's in the guidelines from Google :) |
Google Play Services uses this kind of "toast", for example during the login to Play Games |
According to the wiki I'd only have to edit the width/height of the RectTransform, I can resize it in the Editor, but in runtime mode it resizes back to the text bounds.
Is it a bug or did miss any option?
The text was updated successfully, but these errors were encountered: