- Home /
UnityEngine.WWW memory problems.
Unity 3.5.whatever, I'm trying to upload a movie with UnityEngine.WWW call. It seems like it's making multiple copies in memory and keeps running out of memory all the time when movie size exceeds ~80MB.
Here's a forum thread I made about it, you can post your answers here or there: link
Oh, almost forgot the question: How can I solve these memory issues without dropping the upload feature?
Answer by DaveA · Oct 26, 2012 at 08:49 PM
Have you looked at UniWeb?
http://u3d.as/content/different-methods/uni-web/1Cw
and
http://entitycrisis.blogspot.com/2012/09/uniweb-www-and-crossdomainxml-explained.html
Of course I did, as well as my own socket solution. Unfortunately, they proved to be useless, since both uni-web and sockets need a socket policy server running on the server side of things. Video hosting service is as cooperative as necessary, but upon seeing socket policy server Unity offers, they called it a dirty hack (and, between us, programmers, were completely right about it) and refused to host it, leaving only crossdomain.xml on http as the only option.
Your answer
