Question by
DarieMihai · Nov 20, 2020 at 01:29 PM ·
c#script.resolutionscalesize
How do I make the game to auto scale?
Hi guys, I'm trying to create a 2D game for Android but I have a problem with it's size. To be more specific I want it to fit on multiple screens and the big question is.... How? Everything I've found on Google was about UI components and auto scaling canvases but what about the other components like background, character, ground (platforms in this case), etc.... So the main question is how do I make the entire game to auto scale?
Comment