Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to use CanvasGroup

Discussion in 'UGUI & TextMesh Pro' started by Ap0C552, Dec 13, 2015.

  1. Ap0C552

    Ap0C552

    Joined:
    Feb 7, 2015
    Posts:
    43
    I want to be able to modify the alpha of a group of UI components.

    I have read that i should use CanvasGroup. I am confused as to how I add this. I have looked at the docks here, and I have no clue how to add this component...
     
  2. Carpe-Denius

    Carpe-Denius

    Joined:
    May 17, 2013
    Posts:
    842
    Add it to the parent of your GameObjects.
    SomeGroupObject <- here
    - Child 1
    - Child 2
     
  3. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    Something like this?