
Sending REST API request is the simplest form of network communication in Unity. Of course, it requires you to have a server with endpoints to send requests there.
I’m not going to dig into server programming, but I’ll create simple REST API using Mocky.
Continue reading “How to call REST API in Unity”