I use request like code below:
string url = "http://localhost:51820/Home/login/" + end+"/";
WWW www2 = new WWW(url);
StartCoroutine(waitForLogin(www2));
It works fine in the editor but the html build shows a connection problem.
I use request like code below:
string url = "http://localhost:51820/Home/login/" + end+"/";
WWW www2 = new WWW(url);
StartCoroutine(waitForLogin(www2));
It works fine in the editor but the html build shows a connection problem.