Hello,
Let's say I have a UIWidget with anchors on it, so that it's size changes when the screen size changes.
So I could have this widget with a size of 100x90, and with a lower screen size, a size of 50x25.
If I have a sprite, as a child of this UIWidget, which size is 80x80.
It will render nice inside the first size, because it fits, but for the second size, it will be too big :/
So the question is : How to automatically resize the sprite so it keeps its ratio?