In some cases my UI will randomly stretch, I am using UIFlexItem’s to scale the UI accordingly.
If you notice in the video below, the text, image will be stretched when the UI changes size but seems to correct itself when the ui has been scaled.
I have decided to come to help and feedback to see if this is related to the way I’ve done things before I move to a more formal devforum bug report on the UI Engine, all help is appreciated.
Before you ask, all the UI is scaled using UIScale, AnchorPoints and Positions are set accordingly to where they should be placed.
IN THIS EXAMPLE IT IS USING A UIFLEXITEM
UI EXAMPLE:
This can also be specifically noticed on text itself, it seems to “stretch” when you are scaling it in a fast motion.
IN THIS EXAMPLE IT IS NOT USING A UIFLEXITEM
TEXT EXAMPLE
EDIT: All my TextLabels are using fixed sizes, TextScaled was not used.