QPong / QPong-Unity

QPong rewritten in Unity
26 stars 6 forks source link

Best way to scale the game with resolution #53

Open HuangJunye opened 5 years ago

HuangJunye commented 5 years ago

I made changes to all the scenes to scale well to 900x1440 for the mini-arcade. It’s very easy to scale text on Canvas, but not so simple for game objects. Especially because the aspect ratio for mini-arcade (16:10) is different from the big arcade (16:9). What is the best way to scale it? @boland25 @filemaster