1

I just upgraded my project from Unity 2017 to 2020.3.19f1 version, however I found that our UnityWebRequest response time became so long. Here is my test using UnityWebRequest to Get www.yahoo.com built by an empty project within Unity 2017 and 2020.3.19. Does anyone also encounter this problem ? Here is

Picture of response time(in ms) showing difference between the two versions.

shen
  • 11
  • 2
  • in general your request says it failed all the time? Probably 2020 just tries more things in resolving the URL maybe? – derHugo Nov 02 '21 at 15:17
  • @derHugo Sorry for making this easily misunderstanding. The "failed" is just a testing string. I am simply testing the response time. – shen Nov 02 '21 at 16:55
  • 1
    Thanks for the reply btw. :) – shen Nov 02 '21 at 16:55
  • are you specifying http or https for this? If not specifying, could it be that the more recent version assumes https and the earlier one assumes http? How do the times compare if you specify http vs specify https? – Ruzihm Nov 03 '21 at 18:22

0 Answers0