Hi,
i have GUI that used 1x, 2x and 4x Widgets sizes. Now i anchor widget to themselves(left->right, top->down, other side anchors used to placement) and change absolute anchor size to 1x, 2x or 4x and setup one texture from sprites for this pixel perfect use (anchor absolute = sprite size). But i would like to change size with dimensions and setup anchors new(with same settings), widget should change size relatively to pivot, but position must be same. What is the best approach to use this 1x, 2x, 4x system with anchors.
The other question, some anchors have absolute distance. That must be "Value" on 2x and "Value x 1/2" on 1x and "Value x 2" on 4x. What is the best approach to change this distance.
Thank you.