need help in developing a small android game in 2 d

hi i m thinking of developing a small 2d game in android …bt i only knw c++ on slightly above than average…i want to start developing a small android game nd willing to devote my time nd mony…i have started learning through tutorials bt there is not a single one that starts frm scratch nd takes me slowley…so nw i m taking classes in unity bt that also covers only window nd web…so my question is will that 2d/3d game development method of windows can be applied on android…if yes than wht changes occour …nd if u knw of a good tutorials or even can suggest me wht to learn in fragmented manner…will be of great help…nd i m not asking u to make a game for me bt to jst point me in right direction…thanks…:slight_smile:

Hey welcome to the Unity community!

While Windows/Mac OSX game development is very similar to working on an Android or iOS project, there are a few things that you need to consider. The most important is the controls and the hardware limitations. Unlike a modern PC, portables have many more hardware constraints, so you have to be more creative in how you utilize your poly budget, and how you work with textures. I would recommend that you check out the Penelope tutorial, as it explains step by step how to develop a game for a portable device. Even though it is geared towards iOS, most of that information can be used for Android as well.

Here is a tutorial on creating a 2d game with Android.