Hi guys,
I have used a character’s model and i proved to create an animation. So i tried to move character and to set frames and when i play the animation, it is all ok. However i don’t know how i create animation and import on unity?
Thank all you
Hi mate,
What software are you using? Is this animations to be played with the character movement in unity or just general animations?
You would need to save the animation and make sure animations are included when you export the character
If you want separate animation files for each animation, save out your character and rig as FBX. Then to export animation files make sure they are named the same as the character name followed by @ and then the animation name. i.e. for a character called Enemy01.fbx save his idle animation as Enemy01@idle.fbx
This way you wont have to set up all the frames and animation names in unity, plus you can change the length of the animation a lot easier than having everything in one file.