Need android unity tutorials

. I’m a beginner develop for android game . I have htc android 2.2 , and I want develop game android for my phone . But I don’t know how can do it . I search tutorials video on google , but have not , I hope guys help me , Sry my english

somebody help me … ???

You must own Unity Pro and the Unity Android Pro to even start it, given you do so check out this board here, report bugs in the android documentation / lacks etc.

There are no Unity tutorials specific to this, Unity Android is in licensee only beta at the time.
But Google hosts a plentitude on documentation though most is of rather little interest to you as you are working on the NDK level with Unity, not the Android SDK level

I downloaded the iPhone Penelope example and changed every iPhone calls to generic Touch object calls. Once it compiled it worked fine on my Android device (one of 500 Android Tablet Unity gifts).

Looking at that code taught me how to deal with touch. Penelope has several different touch examples. Everything else is normal unity.

I’m planning to start a Android tutorial series for my site sometime next year, depending on when Unity will launch for Android. Tutorials become intersting when you don’t need to pay 3000€ to try it, before that it’s just not worth it, because they won’t be helpful to many people.
But I don’t think Android specific tutorials are needed at all, since there is no difference in building the game besides input method and hardware limitations.

Search the Unity iPhone tutorials, game creation is the same for both inside unity, only difference is you need to update the iPhone calls to the unity 3 generic Touch calls which can be found in the documentation…good luck!

type unity android tutorials at google. Dr Burton has a good space shooter tutorial. Also noesisinteractive.com which is also design3d.com has some tutorials for unity and android.