|
I want to play a www movie on a 3dobject (a tv) once downloaded. The problem I'm having is that all I see on the object is the first frame of the movie. Nothing plays. Any ideas? This code is basically a cut and paste of this but replacing the guiTexture with a mesh (a plane). }
(comments are locked)
|
|
I discovered the problem. A movie texture seems to automatically Stop playing whenever a new scene/level is loaded. To fix this I simply changed the Start() function to function OnLevelWasLoaded (). The movie plays fine.
(comments are locked)
|
