Screen resolution

Hi there,

found many posts for this topic… but there are still some things I just do not understand:

Developing mobile games…

As to 3D worlds and levels and objects - I do not have to think about different screen resolutions, right?

But 2D graphics and sprites, I have to use different sizes / resolutions for retina displays etc., correct?

Does anyone know tutorials or assets to this topic?

Thank you!!!

Take care,

Olaf

No, it’s perfectly acceptable to scale them. Sprites are really just 3D objects like any other object anyway, so unless you absolutely need to work with pixels for some reason, I’d recommend just working with them as usual. It’s best for the Box2D physics engine if sprites are about 1 unit in size, so try scaling everything to that.

–Eric