Make A Movie

How to make a short clip before beginning the game?. Like the one in EA games in Fiffa

Youre going to have to use animations both on the camera for it to move smoothly through out the place and for the animated objects. Also add a script onto an EmptyGameObject -

X = amount of seconds needed to finish the clip scene

yield WaitForSeconds(X);
    Application.LoadLevel("Level");

That should work for the next level to load after animations done

  • Edit me Pros

Just make everything in the movie one big model then make an animation. Its what im gonna do.*

*havent done it yet, dont have a modeller