Aren -
I have a sprite that is dynamically created from a prefab and sized at runtime by manually setting the height and width.
The sprite has two children, which are labels.
The labels have anchors set using the sprite as a target.
I manually call UpdateAnchors() on the children after setting the sprite, but it seems to have no effect?
Thanks for you help