UniDB

$5
Publisher TIGERFORGE
File size 2.97MB
Number of files 167
Latest version 1
Latest release date 2023-03-10 02:51:12
First release date 2023-03-10 02:51:12
Supported Unity versions 2018.4.2 or higher

TRY IT BEFORE BUYING IT

A Demo version of UniDB is available for your evaluation. With this Demo, you can check if UniDB is the solution you are looking for, if it works on your hosting service and if you are able to communicate with your Database by executing queries.

⭐ ⭐ ⭐ ⭐


WHAT UniDB IS

UniDB (Unity Database) is a very simple-to-use system for performing Database Queries from your Unity project to your Server where your Databases are located. With UniDB you can work with one or more Databases in the same Unity project. Databases can be of different kinds as well.


SUPPORTED DATABASE TYPES

At the moment, UniDB supports the following Databases type:

  • MySQL
  • MariaDB
  • PostgreSQL
  • SQLite
  • MSSQL

THE UniDB SOLUTION

The UniDB system consists of two elements:


  • the UniDB Server App, a lightweight PHP web application you have to place in your web hosting;
  • the UniDB Unity Asset, a collection of C# scripts you have to put somewhere into your Unity project.

Once the two elements are correctly installed and configured in their environment, you can start to execute your Queries.


FEATURES

Once everything has been correctly configured and your Unity project can communicate with your Server, your project will be able to:


  • read your Database Tables looking for data (SELECT)
  • write data in your Database Tables (INSERT, UPDATE)
  • delete data (DELETE)
  • check if data exists (EXIST)
  • execute various aggregation functions (SUM, AVERAGE, etc.)
  • and so on…

⭢ Have a look at the online manual to see exactly what UniDB can do!


SECURITY

UniDB uses a strong security system to ensure a high level of protection. All the communications between your Unity project and your Server are encrypted by a randomly generated secret Key and Tokens. Keys and Tokens are generated by the UniDB Server App and securely stored inside it and then provided to your Unity project through a generated C# script. This means that only your Server and your Unity project know these keys and can communicate.


SUPPORTED PLATFORMS

UniDB doesn't use platform-dependent technologies, so it should work on any platform.


MANUAL

UniDB is fully documented in an online manual available here:

ONLINE MANUAL LINK


Top Publisher Assets