I'm curious if there is some easier way to handle this that I'm not considering --
I sometimes have sets of buttons, like this:
http://d.pr/i/jNiaThey need to be specifically placed to achieve the look that the artist is going for, but if we want that "set" of images to all be anchored to the bottom right area of the screen despite resolution, I need to anchor each individual widget. In the prior system, I could have had a parent anchor itself to the bottom right, and simply have all these images just hand placed within the editor.
Is there a way to handle this that doesn't require me anchoring four separate widgets? UIGrid wouldn't work, as we need the actual images to overlap a little bit.
I've watched both of your videos on the anchoring system, and messed around a bit with the new anchoring system to no avail.