How do i fix frames positions. For mobile, for small screen(like 1240 x 1080)

  1. What do you want to achieve? Keep it simple and clear!
    I wanna make script or use some plugin to fix frame.
  2. What is the issue? Include screenshots / videos if possible!
    I do not know how to do that.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I don’t have ideas how to do that. I was thinking about autoscale plugin, but i didn’t understood how this works
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
1 Like

Avoid setting size/position of UI instances using the offset components of their “Position” and “Size” properties, as long as you stick to setting them by using the scale fields only they should scale up for larger device resolutions and similarly scale down for smaller device resolutions.

1 Like

So i just change offset to scale??

1 Like

If you’ve ever used offset to position/size UI instances, yes. If you’ve used a mix then convert it to solely scale.

1 Like