x


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

more ▼

asked Jun 08 '11 at 12:42 PM

oliver-jones gravatar image

oliver-jones
2.5k 205 226 254

As far as I know video doesn't support alpha ... how did you create and compress your video?

Jun 08 '11 at 09:36 PM yoyo
(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

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.

more ▼

answered Jun 09 '11 at 07:20 AM

jonas echterhoff gravatar image

jonas echterhoff ♦♦
9.8k 7 23 104

(comments are locked)
10|3000 characters needed characters left

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 ?

more ▼

answered Feb 26 at 10:23 AM

snedgel gravatar image

snedgel
0 1

That wasn't an answer, it was a comment. But this was an old post, before more formats were supported. I don't know if any of the current ones do support alpha (why, oh why, didn't mpng or mng ever get support?). But use green-screen techniques, see other answer.

Feb 26 at 10:27 AM DaveA
(comments are locked)
10|3000 characters needed characters left

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.

more ▼

answered Feb 26 at 10:25 AM

DaveA gravatar image

DaveA
26.5k 151 171 256

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2209
x329
x284

asked: Jun 08 '11 at 12:42 PM

Seen: 2029 times

Last Updated: Feb 26 at 10:27 AM