- Home /
movie texture in mobile devices
hello every one
i know unity not support movie texture in mobile devices
what can i use similar like this ?
is that have any alternative way? ( i dont want fullscreen video)
thanks a lot
Answer by ejpaari · Nov 13, 2013 at 01:11 PM
You can use a plugin such as http://forum.unity3d.com/threads/115885-Mobile-Movie-Texture
This is less a plugin and more a hack. The instructions are "take a look at the premade scene" which works if the video is all you plan to show in the scene, but doesn't provide much help in terms of converting the original $$anonymous$$ovieTexture layout into something that will also work on mobile.
Answer by meat5000 · Nov 13, 2013 at 01:20 PM
http://wiki.unity3d.com/index.php?title=Texture_swap_animator
Try this script
Answer by Venryx · Mar 03, 2014 at 08:01 PM
You could also try a script like the following, which makes use of Mono's System.Drawing library: http://wiki.unity3d.com/index.php/AnimatedGifDrawer