Cards in my game are made of several layers of sprites. I've attached an example.
I need to dynamically resize them to work on different screens. Pretty basic. Unity makes that really easy for a single sprite, you can just put an aspect ratio fitter on it and make it resize to fill its container. But I can't find a good way to make children of a sprite resize with their parent sprite without sliding around one way or another. I can imagine a way to do it -- I think if I could get the anchor...
Resizing objects as a group
I need to dynamically resize them to work on different screens. Pretty basic. Unity makes that really easy for a single sprite, you can just put an aspect ratio fitter on it and make it resize to fill its container. But I can't find a good way to make children of a sprite resize with their parent sprite without sliding around one way or another. I can imagine a way to do it -- I think if I could get the anchor...
Resizing objects as a group