Unity REST Client
Make HTTP REST calls directly from your Unity project with this lightweight REST client. Simplifies API integration for game development by handling JSON serialization through Newtonsoft.JSON, allowing developers to focus on game logic rather than network implementation details.
com.insthync.unity-rest-client Unity Compatibility
Unity 6 Supported
2023.2 Supported
2023.1 Supported
2022.3 LTS Supported
2021.3 LTS Supported
2020.3 LTS Not tested
2019.4 LTS Not tested
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-rest-client.git 
README Markdown
Copy this to your project's README.md
## Installation
Add **Unity REST Client** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-rest-client.git
```
[](https://www.pkglnk.dev/pkg/unity-rest-client)Dependencies (1)
README
unity-rest-client
A simple REST client for Unity
Deps:
- Newtonsoft.JSON, you can download the one which made for Unity from this https://github.com/jilleJr/Newtonsoft.Json-for-Unity. Or add
"com.unity.nuget.newtonsoft-json": "2.0.0tomanifest.jsonto useNewtonsoft.JSONpackage which made by Unity.
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In