Hi,
I have the following screen:
-Container
--Panel
---ScrollView
----Grid
-----Button01 container
------ButtonSprite
------ButtonLabel
-----Button02 container
------ButtonSprite
------ButtonLabel
-----Button03 container
------ButtonSprite
------ButtonLabel
With a total of 14 buttons.
The screen get's TweenScaled to Vector.One when the user clicks on a button and when the user clicks a button in the scrollview is scales back to the starting state.
The starting state of the screen is:
x: 0.01f
y: 0.01f
z: 0.01f
When TweenScaling not all buttons should be active so sometimes the first 5 buttons are active and sometimes all the buttons are active. The problem I'm having, is when I TweenScale the screen get's active but doesn't always show the label below the buttons or even the whole button with the labels. When I click on the button the label show up. When I look in the Hierarchy the buttons are active, the labels are active but they won't show up

.