Hello,
I am using Unity 4.1 and just download NGUI Full version last week. I am trying to set up a table view controller type situation. I have a background sliced sprite which looks fine. Then for the contents I have a UIDraggable Panel with a clipping plane set up. As a child of the panel I have a UIGrid to line my buttons up and down. Then children of the UIGrid are 3 UIImage Buttons.
What I need to happen is when the user clicks a button, the first grid tweens out and a second grid of buttons tween in. However when I tween the first grid, the buttons do not move. After a certain amount of moving the x position of the grid, the button labels slide of screen but the button images don't move.
Any ideas?
Thanks,
Justin