Can't find : Animation Wrap Mode option

I am following Unity Project tutorial : Project Stealth. In one of the video(http://unity3d.com/learn/tutorials/projects/stealth/cctv-cameras) the tutorial tell me to set the wrap mode to “Ping Pong” in animation tab. But, in my Unity I can’t seem the find the function there. Is this because of version difference?

Where do I set the animation wrap mode?

I have a picture to show the difference.

Thank you.

I kinda solved it. Dunno why this works.

The main problem was if I use Create option from either Project tree or Project Hierarchy, it crates an Animator component, not Animation. That’s the new thing in unity. And to set wrap mode, I need animation component.

To create an Animation component I had to use Add Component button from the inspector tab. Add Component > Miscellaneous > Animation. But, to see the wrap mode property I had to set the inspector to debug mode.(right click on to tab name)

After this when I press “Add Curve” button, a new animation save dialog box pops up and give a new name. (Dunno know why this happens)

Create the animation. When your done, navigate to you “new animation” file and drag and drop it to the following properties. See screenshot.

It worked for me this way.

You can also select the “Animation” file and change the wrap mode in the inspector.

Messy. While doing so I think I might have stumbled upon some weird bugs. But, couldn’t reproduce them.

More on this thread : http://forum.unity3d.com/threads/212352-4-3-0-Missing-Wrap-Mode-dropdown-in-Animation-window