(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)
Jared Halpern

“The trick to getting a good-looking pixel art game is to pay attention to the orthographic camera size with respect to the resolution, and make sure the artwork looks good at a certain PPU. In our game, we’re going to use a resolution of 1280 × 720 but we’ll use a trick to scale up the art a bit. We’re going to multiply the PPU by a scaling factor of 3. Our modified equation will look like this: (Vertical resolution / (PPU * Scaling factor)) * 0.5 = Camera Size Using a resolution of 1280 × 720 and a PPU of 32: (720 / (32 PPU * 3)) * 0.5 = 3.75 Camera Size This is why we set our camera size to be 3.75 earlier.”

Jared Halpern, Developing 2D Games with Unity: Independent Game Programming with C#
Read more quotes from Jared Halpern


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From

Developing 2D Games with Unity: Independent Game Programming with C# Developing 2D Games with Unity: Independent Game Programming with C# by Jared Halpern
36 ratings, average rating, 9 reviews
Open Preview

Browse By Tag