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…?
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…?
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.
– btb200
You can display frames of your movie if you have them in Texture2D objects... but it takes a lot more memory...
– btb200