I’m trying to have a dialog that fades in and out via animation. The dialog has a bunch of controls on it including buttons, scroll rects, etc. Is there an easy way to animate the dialog’s opacity without having the animation individually animate every image\text on the dialog as separate keyframes? Basically I want all the child controls of the dialog to inherit the opacity values of the dialog.
Hi Osnauticus,
Yes! You can use Canvas Group. Add Component > Miscellaneous > Canvas Group and change Alpha property.
2 Likes
If you are wondering how exactly to animate the alpha, use animator controller.
1 Like
Beautiful, that’s exactly what I needed. Thanks!