Hello,
I am creating a menu where I would like to play some video. The video could be
- Youtube Video
- Download Video
Assumption:
I read somewhere that Unity3D pro allows videos to play but not the free version.
I kindly request whether someone knows as of how to play a video.
THANK YOU very much
well if you are not working on mobile platforms then you can play the video using MOVIE Texture as Movie texture doesn’t work on iphone and android.
for mobile devices you have to either buy the pro version or else you can write the code for the video streaming in xcode(you can easily get the code for video streaming written in objective c on google) but i think you cannot remove the video controls(like play pause button and the seeking bar which you can with unity pro correct me i am wrong on this point). not sure how to go about this for android devices.