I am facing this problem since long. this happens when I am sending a post request using UnityWebRequest.Post. I also have set chunkedTransfer = false; now every alternate use of yield return www.SendWebRequest() gives me java.io.EOFException.
please note that this problem is arising on an android tablet. this works well on my laptop. I tried both built system Gradle and internal. the internet is set to be required.
please suggest me any solution.
↧