One problem I have encountered is having my screen scale to resolutions of different aspects. I have a certain element which contains children, this element needs to preserve aspect ratio. First issue is this is only available (as far as I know) to Images, which is okay until now because the element in question is actually an Image. This, however, doesn’t solve the problem. If I check the option to preserve aspect ratio, the child elements don’t anchor correctly. If I leave it unchecked, the anchors work fine, but the final UI element becomes distorted.
I’ve attached sample images to show precisely what happens. The first image is how I have set up my UI element, the other 2 are how they look on a wider aspect ratio, for example, with and without “Preserve Aspect” marked on the parent Image. The image’s aspect is preserved, but the UI element’s scale isn’t, which doesn’t allow the proper anchoring, as far as I have tried.
Any ideas on how to get this working properly?