|
how can i play my own Walk Animation while moving my character forward using the W key? I asked in the Forum but did not understand the answer there. http://forum.unity3d.com/viewtopic.php?t=37913 greetings Benajmin
(comments are locked)
|
|
Here's a guide on how you can use the Input Axis in Unity to control movement on how to play or stop an animation based on the current value of an axis.
(comments are locked)
|
|
There is an script for player motion in Unity's Standard Assest's. Put that on you character and a character controller, which the script requires so it will do on its own, then adjust the size of the controller. Add this code at the beginning:
Add this code after the controller.move:
For the animation, use CrossFade to get smooth blending;
(comments are locked)
|
