I’m building a multiplayer game with a custom Java Spring Boot backend. Unity will be the frontend client to this application in order to be able to ship the game to all major platforms.
In order to achieve this I need a rock solid Http Library to communicate (primarily RESTful) from Unity to my Web Server.
Some options would be
- UnityWebRequest
- Www class
- C# Http
But there may be others I’m not even aware of - which solution would be the most feature complete and would work the best on all major platforms?