I’ve made some simple UI and used the plugin AutoScale Lite’s Unit conversion to convert the offset UI to scale UI, although when I play my game or move around studio docks the UI still gets very strecthed. I’m not familiar with UI and would like to know how to fix this.
I’m not sure if this requires any scripts to constantly updates it’s size or position, but for example, when I make a square it turns into almost a rectangle for any other device. But in other games their UI’s shape and size is the same across all devices
It works for size, although this happens when I move docks far (I’m not sure if this will never happen in a real sicario because screens probably don’t go that far but im just making sure
On the ImageLabel itself there is a property called ScaleType. It’s defaulted to Stretch but Fit makes it so the image automatically fits at the original size inside the label.