Recently, We built a new version of our project with Unity 2020.3.13f1, but we found that the response speed of UnityWebRequest was unprecedentedly slow!
API response speed in Unity 2020.3.13f1 is 0.80 seconds, but in Unity 2020.3.7f1 is 0.21 seconds!
Then we built it with 2020.3.15f2, but it’s the same.
If Unity adjusted or updated something about this between Unity 2020.3.7f1 and Unity 2020.3.13f1 or not?
And if any advice to fix this problem can be provided?
We did some updates there, but the performance difference sounds too big. Do you use a custom certificate handler for your request? That could make a difference.
Glad to hear from you. But we didn’t use any custom certificate handler for requests. Is there any support to fix this problem or any advice for us to deal with it?