Hello, What is the easiest way to scale my game to be fullscreen on all aspect ratios. I have the issue of my game looking perfect on PC, then when I transfer it over to my tablet it looks okay, but it has extra blank areas. On the phone it looks like it’s zoomed in a lot making the game unplayable.
I’ve done some research and I’ve tested the Camera.aspect method, but it looks terrible. There has to be a way to do this. It’s super easy to do with GUI elements, I kinda wonder why it seems harder to scale the entire game itself.