Movie Intro before ANYTHING starts?

Hey people, so I have various scenes, that are intertwined…

But first loads Mainmenu, before that (maybe in the same scene), I want to load a small intro. How do I do this, so that no timers/music/variables become alive before the movie finishes?

I have Pro in university btw, so I can use movies, but I don’t know yet how to implement them.

Thanks :slight_smile:

For implementing the videos, there was a similar question here:

http://answers.unity3d.com/questions/240056/how-do-you-play-video-in-unity.html

For making it load first, you can make it a different scene and have it load before the main menu.

Put this Javascript in the event system of your intro scene and look the magic.

Link: Intro and then load menu Javascript for Unity 5 PRO - Online Notepad

@mechanicarts