Hey Folks
I made an animation with the unity graph editor … but I can’t get it to run through
here is what I used to start the animation:
function Awake()
{
animation.Play("bamboo_swing_02");
animation.wrapMode = WrapMode.Loop;
}
Do you have an idea where I made a mistake?
Cheers!
Dawnreaver