Hello all.
After some months of hard work, we have Alpha Wars on the App Store :poly142:
The game is made with Unity 3D. The highest poly model is about 350 triangles, and most of the models are about 200 vertex so they can be batched and use less drawcalls.
The hardest thing was cutting down visuals to something that old devices can show, and still be nice to play on iPhone 3GS and iPod Touch 3G.
Textures that are shared are most of them 512x512 pixels, not shared textures 256x256 and effect textures like explosions only 64x64.
Anyway, textures are not a problem, we have been limited by on screen elements mainly.