[THIS PROBLEM HAS BEEN FIXED]
Heey,
My Legacy Animations aren’t playing. I’m 100% they are put to Legacy.
I control them with:
public Animation drawAnim; for example.
Then in void Start, as I want it to play in the beginning and only for once, I got:
void Start ()
{
drawAnim.Play (“draw”);
}
The draw animation is within the animation component inside the player component. The player also holds the animation script.
I don’t know what’s wrong.
I tried debugging, I don’t get any errors / warnings etc…
Hope someone can help me.
Thanks in advance,
Pr0totype2
[THIS PROBLEM HAS BEEN FIXED]