Group Alpha - Similar to UGUI CanvasGroup #285
Closed
wrymn
started this conversation in
Feature Requests
Replies: 2 comments
-
As mentioned in the post you linked to, you can achieve this with the ClipMask Tint property. The alpha value in the color provided will have the same effect as |
Beta Was this translation helpful? Give feedback.
0 replies
-
For future users, indeed, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We would like to request some alpha group component or property, that modified alpha of all the children elements, like text or images. This then can be animated or tweened.
The unity UGUI handles this via
CanavasGroup.alpha
component, and we use it to fade out and in complex UI windows with hundred of elements.Found similar thread here, which promised this more than year ago :)
Beta Was this translation helpful? Give feedback.
All reactions