Hi,
I'm having an issue using TweenScale. I have this hierarchy :
- TweenScale (from 0,0,0 to 1,1,1)
-- Sprite
-- Label
And if I do a tweenScale.Play(true), the animation is played, the label is ok, but the sprite is just not displayed (but is here and activated). If I just change its scale by 1px (manually in the scene) x or y, then it will get displayed (but clicking Make Pixel Perfect button does not make it appears).
Any idea ?
Thanks.