- Home /
WWW out of memory error & unet log spam
Good afternoon! Unity 2017.4.1f1
(in editor) WWW request is done with error: "Out of memory":
WWW www= new WWW("https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=");
In the log file of the build (not in editor) there are the following messages: Log: Packet has been already received, connection {2} Log: connection {1} has been disconnected by timeout; address...
Even when the log, assert and warning are disabled. How to disable these messages?
Thank you.
Answer by Femidko · Apr 27, 2018 at 08:25 AM
May be LogFilter.currentLogLevel = (int)LogFilter.FilterLevel.Error; will help in the second question.
But what to do with the error www - I do not know.
Your answer

Follow this Question
Related Questions
RPC vs WWW : Performance 1 Answer
What is the path address for files on a lan via a android device? 0 Answers
Cant connect to internet server on android 1 Answer
What will happen if i use an obsolete class like "WWW" in unity? 1 Answer
Host Image/Texture using Unity server, then request it using WWW on client 0 Answers