Home > Blockchain >  How To Fix UI in Unity
How To Fix UI in Unity

Time:02-11

I would like my UI to be like the first picture, but when I expand it, it turns out like the second picture. How can I fix this?

First Picture

Second Picture

CodePudding user response:

Under your UI Canvas go to Canvas>Render Mode> and change from Screen Space Overlay to Screen Space Camera

CodePudding user response:

I set my aspect ratio to a fixed one (16:9) and changed the UI Scale Mode to scale with screen size, the match slider below (for resolution) to .5, which seemed to do the trick

  • Related