Is there is a way to play movie within unityplayer on android?

Hi, guys, I need to know is there any way to play movie within unity app (not to run embedded android video player) on android?

For example play it somehow on UITexture, or on Plane…?

You can display frames of your movie if you have them in Texture2D objects... but it takes a lot more memory...

1 Answer

1

There are two plugins for this

thanks for reply! it ended up with writing solution in Java after building Android Studio Project and putting video in android project assets.