Category "unitywebrequest"

How to update Url used by UnityWebRequest to InputField?

I want the user to be able to change the ID of the link, which is why I used InputField to get their input. Unfortunately, I can't seem to figure out, how to ma

How to add CancellationToken on Unity Web request?

I wrote the following code that successfully downloads a photo from the link. But I want to set a cancellationToken for the request that can be activated by pre

JsonSerializationException: Unable to find a constructor for unity webgl build

I serialize a class in an azure function app and collect it via response to post in Unity3d. It's a WebGL project and it works fine on Editor but throws excepti