user3825789
user3825789

Reputation: 19

How to add a movie to unity 2d game?

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

Answers (2)

Frank Nguyen
Frank Nguyen

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

Krzysztof Bociurko
Krzysztof Bociurko

Reputation: 4662

Take a look at MovieTexture. Note that this differs between platforms - what is your target?

Upvotes: 1

Related Questions