VinayGupta23 / alter-ego-game

A puzzle-platformer game with clones! Developed as part of CSCI526: Mobile Games at USC.
https://vinaygupta23.itch.io/alter-ego
0 stars 1 forks source link

Robust support for full-screen mode #129

Open vinayg-usc opened 2 years ago

vinayg-usc commented 2 years ago

On full-screen, the aspect ratio changes from the desired value of 1100 x 640 and causes clipping.

Suggested fix: Add a component to the Camera prefab, that zooms out just enough to fit the screen, based on the current aspect ratio. If there is a built-in component for this, we can explore that too.

naresh-chilukurthi commented 1 year ago

Pr for the change https://github.com/vinayg-usc/alter-ego-game/pull/179

vinayg-usc commented 1 year ago

1920 x 1200 - Left/right sides are getting cut Alternative: 960 x 600