Studio UI Issues

While working on my Backrooms game, I’ve been noticing some major differences between the UI in studio and the UI in-game.
In studio it looks like this:


But in-game it looks like this:

What makes it look so different in studio and (if possible) how do I fix it?

1 Like

Viewport size, and the use of offset rather than scale.

If you are using offset, which I believe is the case, then it will only be in the center for a single resolution. The resolution in studio is different than the resolution in game.

To fix this issue, change all offsets to scales and it should be resolved. There is a plugin called Autoscale (I think) that does it automagically

3 Likes

So would the plugin automatically change all of the pre-existing UIs after I installed it? Also is it free or paid?

1 Like

There is a paid version, and im pretty sure there is a free version too.

There is a button to change all pre-existing UI too, IIRC.

2 Likes

Alright then, could you link the free version (if it exists, if not link the paid one) so can give it a try? Edit: Nevermind, I found it and the free one does exist.

1 Like

Will I need to adjust the position of the UI elements I already have so they look how they normally did in-game or will it make them look the same in studio and on mobile etc. as they currently do in game?

1 Like

You dont need a Plugin for this easy step, just use scale and AnchorPoint instead of OffSet. Make all OffSet to 0 and try around with scale.

1 Like

Well I already installed the plugin so it would be nice to know if it makes the UI in studio look like how it looks in game or if it makes the UI in game look the same as in studio.

1 Like

It dont looks the same on all Devices because you did use Offset it dont has anything to do with studio

1 Like

I know it looks different on different devices but what I want to know is if the Autoscale Lite plugin (Which makes UI look the same on all devices) that I just got makes it look the same on all devices as it looks currently in studio or if it makes it look the same is on PC.

1 Like

Dont use a plugin use scale. I give u a example add one frame and make its anchor point to 0.5,0.5 and make the position to 0.5,0,0.5,0

1 Like

I suggested OP uses the plugin, as they already have a lot of UI in their game that would take a lot of time and effort to adjust to scale from offset

3 Likes

Alright well I added a constraint to all of the UI elements using the plugin and I don’t see any difference. Did I do something wrong?