"how i can have ""Movie Texture""s on my Android games ?" (114056)

im afraid unity doesn’t support movie textures on android …

i need a movie texture on a plane in my game …

whats the solution ?

1 Answer

1

Movie Textures are not supported on Android. Instead, full-screen streaming playback is provided using Handheld.PlayFullScreenMovie.[1]

[1]

Handheld.PlayFullScreenMovie

But he can do it with the right plugin. For iOS, Prime31 provides one. It is very likely that someone has one for Android.

i don't want to play movie in full screen ... i want to play movie on a object like cube or sphere ... i need movie textures on my object.

did you ever find a solution to this?