Converting a video to a material

As i’ve been searching for a solution since days now, i would like to know if there is a way in unity5 to transform a video into an usable material.

I need this material in order to project my video using Unity’s projectors (as i assume it’s one way to do it).

  • I already tryed converting my video to a MovieTexture trought unity by selection “Movie Texture” in the inspection panel, doesn’t work (maybe i’ve done something wrong ? The newly converted movie texture doesn’t have any preview/icon, it’s just a “blank file” icon representing it)

Any help/hints/guidelines much appreciated :slight_smile: !

You can try to create a MovieTexture with the video and then assign that texture to your material.