Hi,
I am working on a game and I use NGUI. I have a problem with the depth of my sprites.
I have my UIRoot which have a Panel (depth: 1), it has a child which contains another object, srollview(sprite with a depth at 2), on this last object there is 3 button (depth: 3).
And there is a second object attached to the camera in UIRoot, this is a sprite with a depth at 4.
But the problem is that my sprite with a depth at 4 is under the sprite with a depth at 1 and under all of my buttons with a depth at 3.
How can I change that ?
