1. Home
  2. Docs
  3. UniREST Solution 3.5
  4. Getting Started
  5. How UniREST Works

How UniREST Works

Once the UniREST Client is installed in your Unity project and the UniREST Server application is installed in your WordPress system, they are ready for communicating.

It means that now your Unity project can:

  • send data to your Server so as to save them in your Database;
  • read data from your Database;
  • perform typical Database operations such as updating existing data, delete unnecessary data and so on;
  • send data to your Server so as to save them in a file;
  • read data from the files stored in your Server;
  • download any kind of file from your Server;
  • upload any kind of file into you Server.