Im new to Unity so I dont know if you need a script to invoke an animation, but if there is i searched and couldnt find one. All I want to do is press a key and start my character’s walking animation.
Im new to Unity so I dont know if you need a script to invoke an animation, but if there is i searched and couldnt find one. All I want to do is press a key and start my character’s walking animation.
Please, check Animation section of tutorials.
Take a look at this 1 which explains how to use the Animator to play animations from script. If you need more information you can do a Google of “unity animator tutorial”. You will find a lot of nice links.