Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Interacting with web servers

Use the UnityWebRequest system to allow your application to interact with a web server via HTTP.
Read time 1 minuteLast updated 6 days ago

The
UnityWebRequest
class and associated APIs provide a system for composing HTTP requests and handling HTTP responses. The Unity web request system allows Unity games to interact with web back ends. It also supports features such as chunked HTTP requests, streaming
POST
/
PUT
operations, and full control over HTTP headers and verbs.

Topic

Description

Introduction to the Unity web request APIsUnderstand the main uses and architecture of Unity's web request APIs.
Web request high-level API referencePerform common HTTP operations with the high-level web request APIs.
Web request low-level API referencePerform more advanced HTTP operations with the low-level web request APIs.

Additional resources