I’d like to post my Unity experiments embeded in a webpage. I was using Wordpress with hosting at 123-reg.co.uk - but they both have a 10mb max file size limit
I’m still publishing experiments at the moment, but with audio, video, long animation sequences and lots of textures, they are coming out at more like 60mb
Is there a good way to publish stuff that size in the browser? I don’t mind long loading times at this stage, or paying for a different kind of hosting if anyone can recommend anything?
thanks
Ste
You could try to upload it using FTP, normally paid hosting doesn’t limit the size of FTP uploads (or at least have pretty reasonable filesize limits, like 200MB or more)
I create screenshots with different resolutions (1024x768, 2048x1536, 3072x2304, 4096x3072, …)
and upload them to a server with a php script.
Everything works fine with my published webplayer but screenshots larger than 3072x2304 pixels simply don´t appear on the server, although upload seems successful.
In editor I can upload screenshots up to 10.000x10.000 pixels without any problems.
Is there an upload limit using webplayer?