HI,
My animation won’t play for some reason.
I am calling it form script
void Start ()
{
GetComponent<Animation>().Play();
}
since I had to mark it as legacy and couldn’t use an Animation Controller.
These are the settings for the gameobject: