Animation won't play

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:

It should be playing automatically as you have it set to that. The animation itself may be glitched so I’d take a look at that.