How to design my Android game for all screen sizes 800x480 or more?

I searched in the forums, but I did not find an answer.

Two weeks ago I used AndEngine to make games and with AndEngine I handle all screen resolutions 800x480 and above.
I set the resolution to 800x480 and it does the scaling.

Now I have all the graphics for my game designed for 800x480 and I really want to find a way to design my game for 800x480(in the editor) and make it look the same on resolutions bigger than that.

Any ideas what should I do ?

hi,

Download the example scripts from this talk, there couple scripts to help with scaling:

files: http://goo.gl/Mv3JdE

for UI scaling between different resolutions see:
http://unity3d.com/learn/tutorials/modules/beginner/live-training-archive/resolution-and-device-independence

I saw the camera’s part and the script does not work for me :frowning: