Aspect Ratio and resolution question ( black bars) (190133)

Hi Guys! I have a question on the aspect ratio and resolution of my game, i developed the game in portrait mode in 720x1080, this probably work for many mobile phones, but for the tablets is not good, there is a way to force the aspect ratio inside the tablets and put two black bar or something like that ?

Manually. As many versions as many aspect ratios you want to cover :)

1 Answer

1

If you setup your UI to scale with the screen size and use 100% width in combination with the camera rendering the UI also rendering black as the background color, it should just work.

Good day, Thanks for answering. But... I have followed the majority of the tutorials and at any moment they say how to program a way to avoid the world boundary to appear when the two tanks are too far away from each other :(