1
NGUI 3 Support / Panel not rendering after animation
« on: September 08, 2014, 07:06:59 AM »
Hey,
I have some panels that are instantiated and have animations played (translation and alpha 0-1) as part of a window management system.
Everything works fine the first time, and the panel is created, and animated in. Animation out also works fine.
However when the panel is activated again and the animation plays, the panel remains invisible.
The animation plays correctly, and the panel alpha is animated to 1 and the transform is moved, but nothing is drawn.
Upon changing any property of the panel (nudging the alpha for example) , it becomes visible and everything works as expected.
There are no draw calls present, despite the pane and every widget below it being turned on.
Any help here would be great thanks
I have some panels that are instantiated and have animations played (translation and alpha 0-1) as part of a window management system.
Everything works fine the first time, and the panel is created, and animated in. Animation out also works fine.
However when the panel is activated again and the animation plays, the panel remains invisible.
The animation plays correctly, and the panel alpha is animated to 1 and the transform is moved, but nothing is drawn.
Upon changing any property of the panel (nudging the alpha for example) , it becomes visible and everything works as expected.
There are no draw calls present, despite the pane and every widget below it being turned on.
Any help here would be great thanks

