1
NGUI 3 Support / If UIStretch is obsolete, how to size background to grid?
« on: July 30, 2014, 04:34:02 PM »
I would like to set the size of a UISprite to be the size of a grid with its children. It looks like UIStretch can do that, but it's deprecated in place of the anchoring system. One can't anchor a UIWidget to a grid because a grid is not itself a widget. How should I go about populating a grid and then resizing a texture to be the size of the elements in the grid?