How do i use this command because right now my animations need to blend smoothly together, but i dont know where to put this.
anyone?
?
I just saw this in a you tube article about blender:
It’s at the end.
You use Animation.CrossFade(“animation”);
Strange. I get this error:
function Update () {
if (Input.GetButton ("Vertical"))
{
Animation.CrossFade("walk");
}
}
That would probably have something to do with capitalizing Animation. It may just use a small letter in the instance or something. I only quickly glanced at it. It’s basically saying that it’s making a static call to the class and that isn’t allowed. It has to call the instance.
Yep! Thanks!
Warrior1424 how did you do it?
Holy smokes was that a necro lol.
How did I do what?
You’d be best just using mecanim tbh