UI Being stretched when it shouldn't be

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

image

EDIT: All my TextLabels are using fixed sizes, TextScaled was not used.

Fixed sizes can still be changed based on device resolution and screen dimensions. Try using constraints.

Refer to here, last I checked text cant be specifically stretched and shouldn’t be able to “look” stretched, I’m currently thinking its more of a Rendering/Engine issue at the moment as my UI IS scaled to all devices accordingly.