Hi there,
Due to awful draw call optimization of uGUI, we are replacing the whole system with NGUI. So far, everything works well. But I am simply having one major issue with UI Sprite component.
In uGUI Image component, there is an option called "Preserve Aspect". It simply keeps the aspect ratio of the image without changing its RectTransform. In other words, "Preserve Aspect" does not affect the size or anchors of the component. In NGUI, however, if I select "Based on Width" or "Based on Height", the size of the widget no longer stays the same. I don't want the size to change but the image to fit inside that specific rectangle.
Is it possible to reproduce the "Preserve Aspect" in NGUI?
Many thanks =)