Quantcast
Channel: Answers for "Unity5 WebPlayer WWWForm working only in Google Chrome"
Browsing latest articles
Browse All 8 View Live

Answer by Gselivanof

Check your other browser UnityWeb player and Java Plug-in. If it doesn't help send me back.

View Article



Answer by MariuszKowalczyk

Workaround: Add one binary field to your WWWForm: wwwForm.AddBinaryData("binary", new byte[1]); Now everything will work.

View Article

Answer by clever

So 5.0.1p1 "may" have fixed the issue, sadly the game doesn't load on webplayer. AND now Chrome stopped support for Unity WebPlayer so we're up sh-t creek without a paddle.. really depressing

View Article

Answer by Blazerker

This workaround worked for me... In PHP if (empty($_POST)) { $data = file_get_contents('php://input'); $data = substr($data,strrpos($data,"\n")); $vars = explode("&",$data); $_POST = array(); for...

View Article
Browsing latest articles
Browse All 8 View Live




Latest Images