Another headache. I have a grid containing 6 children. I want each of those children to contain a grid as well- so I will end up with a horizontal grid containing the six children, and each child will have a grid containing other objects. I assumed I would be able to just create 2nd grid in the same way as I had done for the first- but I guess not? I've attached an image showing what I see- it's like what is seen in the game view is the exact opposite of what is seen in the scene view. If the grid was working correctly I should be able to see the 4 sprites below the 'Improvement Cost' button in the game view. I have made no modifications to the camera or root or anything, I simply have no idea what is happening. I'm using the latest version of NGUI.
Thanks,
EDIT: Lo and behold, I have fixed the grid- for some reason it had a weird z position. However I still can't see anything in the scene view.