Easy HTTP Web Requests for Unity
A simple and efficient way to make HTTP requests in Unity, allowing for parallel execution and easy configuration.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $14.59
- Category:
- Tools › Network
- Developer:
- KornyAS
- Price:
- $14.59
- Favorites:
- 16
- Supported Unity Versions:
- 2023.2.11 or higher
- Current Version:
- 1.0
- Download Size:
- 85.20 KB
- Last Update:
- Mar 12, 2024
- Description:
- This package provides a convenient and easy-to-use solution for making HTTP requests in Unity. It allows for parallel execution of requests without affecting the main thread, making it ideal for complex applications. The package supports various request types, including GET, POST, and more, and provides features such as out-of-the-box functionality, success callbacks, and progress tracking. It also includes a debug mode and support for global headers and error handling.
- Technical Details:
- The package uses async operations and can handle as many requests as needed. It supports the following request types: Http.Get, Http.GetTexture, Http.GetAssetBundle, Http.Post, Http.PostJson, and Http.Put. It also provides features such as serialization, simultaneous execution, and progress tracking.
- Continue »