1. Home
  2. Docs
  3. UniREST Solution 3.5
  4. Getting Started
  5. Technical Knowledge

Technical Knowledge

The UniREST solution has been realized with the idea of:

  • offering an easy, practical way to connect your Unity game with your Database and Server web hosting;
  • making the game / Server / Database communications secure and protected through built-in automated procedures that don’t require extra coding;
  • offering a ready-to-use Server application that doesn’t require coding or a strong knowledge about server-side technologies;
  • allowing the developer to focus on its own game and minimize the efforts to set up a communication system via the web;

However, if you want to have full control of the UniREST solution, there are some things you should know. It’s not necessary you have a high-level knowledge; basic, general knowledge of these topics is pretty enough to start.

  • REST APIs and services;
  • Database, tables and queries;
  • .NET HttpClient class
  • JSON format
  • WordPress CMS