It is necessary to make an Image in Unity with the property Image Type = Sliced
at any screen resolution, square.
Also considered options such as:
Image Type = Simple
withPreserve Aspect
, but the result did not satisfy me, as the element remains visually square, but for other elements it is rectangular (depending on the screen resolution)Used some variations with
Aspect Ratio Fitter
and so on, no results were obtained.
What are the solutions to this problem?
Thanks in advance for any response.