Question by 
               djkpA · May 22, 2016 at 04:42 PM · 
                androidcanvasvideovideotexturevideo streaming  
              
 
              How to play a video inside a canvas with world space in unity3d
Since Movie textures are not supported in android I used Handheld.PlayFullScreenMovie
Like this
 function Start () {
     Handheld.PlayFullScreenMovie ("yourfile.mp4", Color.black, FullScreenMovieControlMode.CancelOnInput);
 
               }
But this plays a video in Full screen. How to achieve something like play a video inside a canvas with world space.
Example: Play a video on screen of 3d Television Game object in unity3d.
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Avoid preparation VideoPlayer 1 Answer
Video Player Memory Usage 1 Answer
AVPro Quick Time Movie Not Working 0 Answers
Playing a VR video on Android - Google Cardboard 0 Answers
AWS Cloudfront RTMP Video Streaming? 1 Answer