Hi !
What should be the way to play a video inside a panel ? contained in a canvas of course
Thanks
Nelson
Using Unity Pro
Hi !
What should be the way to play a video inside a panel ? contained in a canvas of course
Thanks
Nelson
Using Unity Pro
The following idea it totally untested
Try using a RawImage and assign you movie texture to the texture property. Then through code on start you can say .texture.Play().
how to use mp4 from out side of project for streaming?
you’d have to import it into unity so it could be a video texture. from there create a assetbundle and load that. (i think)
I’m really sorry but it seems that there’s NO WAY to display a video just using part of the screen (Android Pro)
http://docs.unity3d.com/Manual/android-unsupported.html
Anyone knows about any future scheduled update ?