- Home /
How to move a character with animation on Android?
Hi, I build 2D unity game and followed this tutorial: http://unity3d.com/learn/tutorials/modules/beginner/2d/2d-controllers and everything works great on PC. I added a special touch script with buttons displayed to move a character on Android tablet by touching the buttons.
Everything works great, but there is only one negative thing... When I touch the button, the character moves without animation, neither hands nor legs move. So I tried to edit the script and add an Animator controller to the script but it doesn't work.
So please help me how to move a character by touching the buttons and run the animation on Android as on the PC and in the tutorial above?
HERE! THE LINK WHERE I HAVE THE WHOLE PROJECT: http://1drv.ms/1E2lyiw
The right scene is called "smurfGame_2.unity";
Pls, write me a response or you can edit the code.
Thank you very much for your help!
Your answer
Follow this Question
Related Questions
Animated platform and twitching player 0 Answers
Best way to handle animations on my top-down shooter setup? 2 Answers
Trying to get Mecanim to work well with Touch Controls 1 Answer
Animation not working correctly, character is going up 0 Answers
Character controller + animation of different meshes making one character 1 Answer