c# - How to display a video behind gui on mobile with Unity3D -


is possibile play video, mp4 or other format, behind gui in unity3d mobile?

using class movietexture works on desktop, unfortunately movietextures aren't supported on ios/android.

and handheld.playfullscreenmovie plays movie in full screen.

there other method?

(or solid plugin)

yes. vuforia unity - how create simple videoplayback app

you can put ui in front of video.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -