Hello,
I’ve done some tutorial for my first game and I’m now ready to start.
I learned the bases on EVAC-City tutorial wich is so great. I’d like to create such game but in 3D instead of 2D.
I’ve a few questions related to mobile devices (I’d like to do it in Android first then maybe also on Iphone).
I’d like to create a top-down game like Reckless Racing game but a little bit smaller (camera will be further):
http://theappera.com/wp-content/uploads/2010/10/Reckless-Racing-iPad-1.png
Terrain will be huge (3km * 3km) for each level, with if possible trees and small towns.
- As I’ve seen, Terrain isn’t supported by mobile devices. Should I do it with Blender and import it ?
- Can I use trees and plants in free assets ?
bonus question: since the play terrain will be so huge, how can I import parts of it at runtime ? I may cut terrain in smaller parts and load/unload the terrain during the game. Is it a good idea ?
Thanks for helping.