video on Unity

Hi
We are looking forward to include a video in our project but the problem is when I imported the video (tested in .avi and .mp4) it simply doesn’t work. Is someone can explain me how to make it work?

thanks a lot for your help

  1. You need unity pro
  2. You would include it and for example store it in a reference on the object / put it into the resources folder
  3. When you want to play it your script will assign the video in place of the texture and call Play on the movie texture.
    you can see it in action at
    http://unity3d.com/support/documentation/Manual/Video%20Files.html