I have a Canvas Group with lots of nested UI Elements. I want to fade the whole group in.
But when I’m using CanvasGroup.alpha, it applies alpha to each UI element separately. So UI Image overlaps are visible during the fade. It looks horrible in my case.
I’ve made a gif that shows an example of it: Imgur: The magic of the Internet
Instead of individual alphas applied like this:
…I want the Canvas Group with all its children to be “flattened” before applying:
(made in photoshop)
How do I do that? I’m pretty lost on this one, and I really need it! So any hints, pointers or solutions are most welcome!
The solution doesn’t have to be based on CanvasGroup - other solutions are equally welcome. Please help!