video player

Hi i need to make a video player in my game and i want to have some button like play pause and replay for this video player
if you have any sample for this or any… :wink:
please help me …:smile:
tnx.

You need Unity Pro, and to use MovieTextures.

Or if you are using Unity Free, you can create a folder of every single frame in the movie as image files, and write a script to cycle through those in order.

i have unity pro and i know how to play a video by using gui texture but i want to make a controller for that like play pause replay button …

any answer ?

thats as simple as calling Play, Pause, Stop on the MovieTexture

thats it, there are no other control options over movies

MovieTexture.
GUI.Button.