So in theory it should run fine? If in fact it doesn’t run fine, it probably has to do with something else on my end?
I currently get stuck on a white screen after the error pops up.
Never mind… it was an error on my end… On my first scene I had an intro video using MovieTexture.
I removed that scene from the build and now it works fine.
Development build checked with Optimisation Level - Slow (fast builds), right?
And which Stripping Level: Strip Assemblies, Strip ByteCode or Use micro mscorlib?
Hi there, I am having a similar problem with a project of mine regarding using MovieTexture with WEB GL, after reading this i understand that you cannot use MovieTexture in WEB GL, so what other alternatives can I use as i have a MovieTexture assigned to a plane and this project is an existing demo which we show to clients, but we want to have it available for all people who visit our website to see using WEB GL, there must be a way surely around this or another way for WEBGL to view a video on a plane, if anyone has an answer it would be great? Thanks
Hi jonas thanks for getting back to me so quick, is this the best thing at the moment in Unity 5 is there anything else which is coming up which could be handy? as this is an ongoing project, thanks
We have no specific plans for video on WebGL yet. I expect that we will have a solution out of the box eventually, but not for 5.0. It would probably be possible to get the current MovieTexture to work in WebGL by decoding the video in JavaScript. However, a video element based solution would be so much more efficient and modern, that it adding MovieTexture support seems kind of backwards in comparison.
Hi jonas, tanks for the useful heads up, i think we will definitely go down the video element side of things when we get our other main issues out the way. Were now having a problem when we run our build outside of our local domain, we keep getting the error which is ‘uncaught exception: could not load memory initializer Data/UnityStuff.html.mem’ we haven’t had any experience with this error before and are struggling to find any examples as unity 5 hasnt even come out yet, if you have any idea as to why this may be we would love to know! Cheers
It appears that it fails downloading the file Data/UnityStuff.html.mem from the web server. Did you upload it? One possible reason might be that we are incorrectly setting the file access permissions on the “Compressed” folder (which will be fixed in b14), so check those before uploading.
ive added it the .mem to mime types on our server, which has now got rid of the error, however now its not loading the content, the canvas just goes white?