Starting Android development, where to start?

Basically what the title says, I’m starting developing for Android, and I don’t know where I should start, I’m planning on making a first person game, so I would like to see some tutorials to create the fps controller etc, I would like to make my own script instead of using unity’s built in android scripts

I’m currently working on my 1st Android game too. Well your at a good start cuz you already have an idea…It took me quite a while to come up with an idea that was fun and at the same time accomplish-able.

I think before you get too exited and jump in to the editor, you should read the docs about mobile optimization:

http://docs.unity3d.com/Documentation/Manual/iphone-PracticalGuide.html

Performance is key when it comes to mobile games. Other than that, good luck man.

Okay thanks for the tip, but any actual sleeve to learn how android coding works?

Well it works pretty much the same as coding for PC games except you need to script for Touch Input. There’s a good amount of tuts about Touch on YouTube. Unity Docs also has a section for it :

http://docs.unity3d.com/Documentation/ScriptReference/Input.GetTouch.html