Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unity throwing: Request error (error): UnityEditor.AsyncHTTPClient:Done(State, Int32) error

Tags:

unity3d

I am running unity 5.3.4p4 version.But I get an error like Request error (error): UnityEditor.AsyncHTTPClient:Done(State, Int32) for couple of days while I open unity .

Though it's not creating any problem right now, but I want to get rid of this error.

What is the solution for this error?

like image 754
Shazid Tanvi Avatar asked Mar 03 '17 11:03

Shazid Tanvi


1 Answers

This usually happens when there is a problem with Unity's Asset server.

You can temporray disable that error by going to:

Edit --> Preferences... --> then disable Show Asset Store search hits.

Restart Unity after this. If this does not resolve your issue, please update Unity because 5.3 is really old.

enter image description here

like image 68
Programmer Avatar answered Oct 16 '22 11:10

Programmer