|
my character has a seperate move script and I want to animate it. I need the animation script that makes it that you press a key and it animates just a code would do also. Please help
(comments are locked)
|
|
This page explains clearly how you would script input based animation events: http://unity3d.com/support/documentation/Manual/Animation%20Scripting.html So for example:
This plays the animation "walk" when the player moves forward or backwards.
(comments are locked)
|
