/unity-http-requester-plugin

Http Requester is a simple plugin that enables you to make HTTP requests from Unity using the native C# API

Primary LanguageC#

Http Requester for Unity (v1.1.0)

Description

Http Requester is a simple plugin that enables you to make HTTP requests from Unity. It is built on top of the native C# APIs and provides a simple interface to make requests and handle responses. This way you can easily make requests to your server and handle the responses in your Unity project without the need for tools like UnityWebRequest.

Features

  • Simple interface to make HTTP Requests
  • Handle responses in a simple way
  • Capable of making async GET, POST, PUT, PATCH and DELETE Requests
  • Supports custom Headers
  • Supports custom Request body payloads
  • Supports custom Query parameters
  • Can parse JSON responses into C# objects

Requirements

  • Unity 2019.4.0f1 or later

How to use

for a detailed guide on how to use this plugin, please refer to the Wiki Page