I use maya animation a main character ( run , walk ) . and I export to unity 3d , but I don’t know how i can control character . If someone know it , please help me .
You probably need to be more specific, if you want a specific answer.
Given the information you have provided, I would suggest that you try connecting the ‘Character Controller’ script to your Character!
Take a look here too:
http://unity3d.com/support/documentation/Manual/Character-Animation.html
and here:
Thanks Paulo , but I create a character with 3 action ( idle , walk , jump ) . When Drag and drog .FBX into Unity3D , I have a Idle Animation , I set :
Idle : 0-30
Walk : 31-80
Jump : 81 - 140
when install game into android phone , character still Idle Animation , I controll , walk animation not work ,