Lerpz (from the Tutorial Lerpz Escapes) has 15 animations, listed in the player’s inspector. Is there any chance to see a preview of these animations?
Here you go - in the unity you click “window” tab and “animation view” should be available - you dock it or not (important thing is that you had to see “scene” view as you won’t see your prefab in animation view):
as you can see (second elipse) you can browse from animations of your prefab (yous asked for Lerpz but it works with every prefab). Morover you can use it to create your own animations.
It’s all written on Unity’s pages:
here:
http://unity3d.com/support/documentation/Components/animeditor-UsingAnimationEditor.html
here:
http://unity3d.com/support/documentation/Manual/Character-Animation.html
and how to script your animations:
http://unity3d.com/support/documentation/Manual/Animation%20Scripting.html
I hope this will be useful. Thanks to your question I found out about this function which I didn’t even know.