Video Texture - Alpha

Hello,

I have a video texture that I have applied to a plane, and the video has an alpha background. How do I get it so that the alpha (transparant) is also applied to the plane? Right now, the alpha is black.

Thanks

Unfortunately, Theora, which is the video codec used by Unity, only supports RGB, no Alpha. The only known workaround is to use two MovieTextures, one with the RGB data, and one with the alpha, and use a custom shader to combine the two.

So there is only one way to have an Alpha on a video on unity ??? movie texture ?

So i can’t export it for an augmented reality ap on my android isn’t it ?

You can use a ‘green screen’ shader. There’s on in the Asset Store already or you can wait for mine which should be posted soon.