"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Playing Video with Transparent Background using Unity on Mobile

In Unity, I can play a video with transparent background using movie texture of a plane and a custom shader. 

However, movie texture is not supported on mobile in Unity.

And I don't know how the video prefab (from the video playback example) can help on this issue.

Does anyone know how can I achieve this?

Thanks!

 

kaarthick

Wed, 08/02/2017 - 09:55

You can try it this way : while rendering your video through adobe premier set the format to .webm with codec vp8 . Currently this is the only format that supports transparency. Then import that into unity and whn you do , you will find an option to import alpha on the inspector.