UniDB
TIGERFORGE
$5.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/11(2023) |
5.99 |
11/14(2024) |
5.99 |
Jump AssetStore
Quickly execute queries on your (MySQL, PostgreSQL, MSSQL, SQLite) Database directly from your Unity project!⭐ 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 ISUniDB (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 TYPESAt the moment, UniDB supports the following Databases type:MySQLMariaDBPostgreSQLSQLiteMSSQL❖ THE UniDB SOLUTIONThe 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.❖ FEATURESOnce 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!❖ SECURITYUniDB 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 PLATFORMSUniDB doesn't use platform-dependent technologies, so it should work on any platform.❖ MANUALUniDB is fully documented in an online manual available here:ONLINE MANUAL LINKUniDB works with Unity 2021.2.14f1 and successive versions and is supported by all the platforms.It requires the Newtonsoft Json frameworks directly distributed by Unity (com.unity.nuget.newtonsoft-json). Have a look at the online manual for details.