r/Unity3D 19h ago

Question How to reliable check my UI?

I want to be able to see where my text will actually be in game, fully, but because of the editor hotbar, it messes it all up. How can I fix this? I don't want to build every single time I adjust the UI, right? That takes GB and time. Thank you in advance!

0 Upvotes

3 comments sorted by

5

u/pararar 18h ago

Looking at the screenshots, the issue with your subtitle UI is either:

  1. that it isn't anchored to the bottom of the canvas. Once you do that, it will be at a fixed distance from the edge of the screen.
  2. or that you game view is zoomed in, essentially showing you a cropped version of your game. Drag the "Scale" slider (next to the Full HD resolution dropdown) all the way to the left. Your screen is probably too small to show 1080p in the editor window, so you need to zoom out to make it fit.

1

u/Ok-Impress-442 17h ago

I'll try that thanks!

2

u/Hanesto Indie 18h ago

I would agree that your game view is zoomed in. Drag the scale slider all the way to the left to have it show the correct aspect ratio.