Click to Play!

Tuesday, April 29, 2014

Phoenix Wright.exe Screen Size


     One of the big things to worry about in my forensics game is the resolution. What's the point of making the game if the whole thing breaks when screen size is adjusted. What if the teacher shows it in class and makes it full screen? What resolution works best on PCs in general? What about scaling a forced size like I do for my mobile games? Keep in mind the pixelated art style and how bad it looks stretched out.

     The Unity maximized preview didn't stretch properly (squashed with things cut-off on the sides) so I was worried the final game would look that warped. Luckily the built executable didn't do that and looked how I wanted it to. I settled on making it 1024x768 (iPad resolution) and set the scale to Fit Visible so it stretches horizontally and vertically evenly. The result looks pretty good now and that's one problem down.

No comments:

Post a Comment