I am developing a game for my project using Unity 3d and have currently used the third player controller available in standard asserts.
I have to export it in android phone so need to modify the player controls to work with touch inputs… But I am a beginner and finding it very complex to modify the ThirdPersonController script…
There are many scripts readily available in standard assets(Mobile) package just import “Standard Assets(Mobile)” package into your project where you will have dedicated mobile/touch controller available.
If you want to download standard assets package for unity 5 ,follow this link .
For unity 4.6 follow this link
Hope this may help you.
Nsks