couple days now ive been trying to get my character’s animations to work properly with just failures… i even followed the animation for characters in the manual found here: http://unity3d.com/support/documentation/Manual/Animation%20Scripting.html and still can’t get the animations to work right … what am i doing wrong ? i have like 4 animations that I imported into unity using the @ symbol for each … examples: goober@idle…goober@walk… goober@run..just like those and then like in the manual you just name them after the @ sign using just idle or walk or run as a name for each in this link: http://unity3d.com/support/documentation/Manual/Animations.html … now my biggest question right now is: do i have to do this for each animation or just the one animation where you set all the split animations area settings ? I sure hope someone can help me with this 'cos im stumped now and it would speed up the process to get these animation problems fixed. Thanks in advance for your time and help.
i lost my Take 001 … how do i get it back ?
Dude , u can name ur animation as u wish …
but, can u tell what 's ur problem excatly ?! ( from where did u export ur animation and wich format ?)
i have all of the animations in fbx format exported from 3ds max …all of them were working inside 3dsmax … and all other fbx models exported from 3ds max work… one fbx per animation … the problem is that they will not play …but at one time i had the one animation playing all right but then it stopped… do they all have to be layered ?
k… i got the animations working but only one at a time … do i have to set them up layered ? is that why they won’t work ? or is my scripts no good ? im just using animation.CrossFade (“name”)…should i be using GetButtonDown or GetKey ?.. any help with this would be greatly appreciated
i almost had the two fbx animations working… i had one on a different layer …but it did not work with the camera so i changed it a bit and then it said 2 animations are playing at the same time in the hierarchy - all animations will be stopped … and now i can’t get any animations to work … so how do i unlock it or fix it ?
Check out this tutorial: http://www.unitylabs.net/tutorials/character-controllers/third-person-character-controller/4
It helped me a lot when I first started scripting animations. Good luck!
Yay ! Thanks… im gonna check it out
@ Bauer … Thanks ! that helped a lot : now i got at least 2 animations working at the moment, but i can’t get the third one to work yet