How to make First Person Cutscene?

Hi,see this video?: http://www.youtube.com/watch?v=ezUPzqoFah0 is that cutscene,is,animated or scripted? Well i want to create similar animation only when i walk in trigger. When i walk in trigger,it disables player controlls and plays player animation/cutscene.,like looking around or make some movements,like hands,hanging somewhere and more… in that cutscene are included player arm and other object animations,to make it more realistic. And when animation is done (i think based on timing),then enables player controlls and everything…and I continue playing. I need any examples to make these cutscenes and animations inside them,please give me any examples,im just gonna be happy :)))

Hi,

You could do this either by animation or scripting.

I think the simplest thing is to do a script for your character that :

Disable character Motor, Detach MainCamera from its parent (the character controller), apply movement for the cutscene on the camera then at the end re-attach it and re-enable the motor.

But if the cutscene is seen by your character’s eyes and you want to use its avatar animations, you could make main camera a child of the head part of your character (if it is rigged of course) then trigger the animation where the character’s body and head move to do your stuff. Anyway if you use the MainCamera to do it, you should disable character motor component.