about animation tab ?

Hi …

every game has a cutscene in a gameplay , I mean not a movie …

in unity there is an Animation Tab , I think it did that .

my question :

for example :
how can I let my character in frame 5 do “jumping” animation and on frame 15 do "walk " animation .

I can change his position , but changing the animation it doesn’t work with me …

thanks in advance …

First make the different animations. Walk/Jump/etc
Then change between the animations using script.

See:
http://docs.unity3d.com/Documentation/ScriptReference/Animation.html