play automatically animation Unity 3.4.4

Hello

I have only recently upgraded to Unity 3.4.4 and when I make a animation the “play automatically” selection is missing in the inspector and I was wondering how to turn this off with the animator or any way possible

Thank you

Do you mean Unity 4.3.4? If not you should probably upgrade once more.

You can always stop the animation at the start by disabling the component or call

animation.Stop("animation-name");

Or, you can setup a still Idle animation in the animation controller.