An open API service indexing awesome lists of open source software.

https://github.com/insthync/unity-rest-client

A simple rest client for Unity
https://github.com/insthync/unity-rest-client

Last synced: about 1 year ago
JSON representation

A simple rest client for Unity

Awesome Lists containing this project

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.0` to `manifest.json` to use `Newtonsoft.JSON` package which made by Unity.