Hello!
I made a button with UISprite & UILabel.
If it is disabled, both of two should be changed.
So I searched in this forum and found an answer. "Simply attach multiple UIButton components."
It worked well.
My question is .. Is there any solution for changing state of UIButtons in one line?
I made it temporary.
I retrived all of UIButtons in object by GetComponents and called 'UIButton.SetState' for each.
But I think that it was not good.
Is there a solution better than that?