Reputation: 19
We created a button in our main menu which shall be connected to a movie. We don't know how to put the movie into the game. Thanks for helping!
Upvotes: 1
Views: 3020
Reputation: 6643
If you want to play movie to Android/iOS. You can use Handheld.PlayFullScreenMovie -> http://docs.unity3d.com/ScriptReference/Handheld.PlayFullScreenMovie.html
Upvotes: 1
Reputation: 4662
Take a look at MovieTexture. Note that this differs between platforms - what is your target?
Upvotes: 1