Search Unity

Fade in/out composite objects

Discussion in 'UGUI & TextMesh Pro' started by DanielVanches, Aug 22, 2014.

  1. DanielVanches

    DanielVanches

    Joined:
    Apr 19, 2012
    Posts:
    38
    Hi everyone.

    I'm wondering what would be the best approach to fade composite objects like a window that has multiple text labels and buttons as children.

    Is there a way to take only the parent object and fade it so that the transparency propagates to it's children?

    Thanks.
     
  2. T2Unity

    T2Unity

    Joined:
    Aug 21, 2014
    Posts:
    26
    How about CanvasGroup?
    attach it and control it's alpha
     
    Tim-C likes this.
  3. DanielVanches

    DanielVanches

    Joined:
    Apr 19, 2012
    Posts:
    38
    Awesome! Thanks a lot, T2Unity!
     
    T2Unity likes this.
  4. btyson_z

    btyson_z

    Joined:
    Aug 10, 2018
    Posts:
    9
    This is not answered. Yes, Canvas Group will fade multiple children. But the effect itself is not composite. Been a problem since 2014.