I have been playing around with the idea of a unity player that will have some videos in the GUI
It looks like the best option for me is a GUITexture
But is it possible to create a GUI textures that will be reading the Video file across the Web, since
my Video maybe changed I i want the GUI to have the latest video
Im not sure if this is related But, if I try to create a GUITexture using a local video from the project, the following happens
Create a unity GUITexture (unity logo appears on screen)
Drop a video from the project into the inspector of the GUITexture (still the unity logo on screen)
Play the game (still the unity logo on screen, no video)
If however, i play the video in the inspector preview before step 2, then i get the video showing after step 2 and 3
Surely if the video is of an acceptable format, i should not need to preview it
Maybe this is an issue then if using a url for the video, since it is not possible to preview a url video in the inspector
Marrrk
The video for the url is the one in the Unity Documentation, and i have opened it sucesfully in a browser
I do get the Apple beachball for a few minutes, then nothing, or no errors