How do I import MySql Connector into Unity Project?
- I've tried placing the basic dll's into unity's assets folder - Result: "blah blah will cause Unity to Crash Error." - I've tried Manually adding references - Result: Unity refreshes its references...
View ArticleUnity5 check database connection c#
Hello, I created a mysql database in xampp and unity connects to it trough php. It checks my username and password for my login system. That works fine but my question is : can I look if unity connects...
View ArticleHow to call php in unity c#?
my php can communicate with mysql database however my c# script couldn't communicate with php.. please help me WWWForm form = new WWWForm(); form.AddField("name", _username.text); form.AddField("pass",...
View ArticleHow to connect Unity Android app with MS SQL server
I am trying to build an android application from Unity to connect with a MS SQL server database. I have found some approaches that worked on editor, mostly based on directly connecting from Unity to...
View ArticleI already made a ar app which deploys flag, i want to upgrade it to make the...
I have already made and published an AR APP which allows the user to spawn a flag in the real world but, I want to upgrade the app in such a way that when I deploy the flag it stays there at the exact...
View ArticleCan I use Entity Framework in a Unity project built for iOS and Android?
Hi all :). I'd like to know if I can use [Entity Framework Core][1] in Unity projects built for iOS and Android. I know that EF core (as opposed to EF standard) is the one to be using for iOS and...
View ArticleBuilding a dedicated server for multiplayer
Hello all, I'm new to building a dedicated server for multi player. My multiplayer is very simple and based on uni-directional information transformation what is called pockets I believe I want to use...
View ArticleSocketException: No connection could be made because the target machine...
I'm trying to connect to a database but I continue getting the error shown in the title. I have my backend services separated from the Unity client side and have the backend dll added into the Assets...
View ArticleSqlException: System.Net.Security.Native
I'm receiving this error in unity while trying to connect to my SQL Database. I'm assuming that it has something to do with a missing dll but I'm not sure. Can anyone explain to me what this error is...
View ArticleEntity Framework with Unity 2018.3.12f1 -...
I am currently trying to integrate Entity Framework (with embedded SQL Server) into Unity project. My steps are next: 1. In external solution I install EF 6 via NuGet, create simple DbContext and code...
View Article403 Forbidden - PHP,SQL and Unity
Hi there! I have an app built in Unity that reads and writes to a little database. This works fine with a localhost, however now that I've placed and updated the PHP files on my web hosting (and...
View ArticleChange object Color during runtime
Hi, I am new to Unity :) , I am C# developer. I have been working on testing unity for small period of time. I am wondering on how I can push information to the unity game from a Database (SQL) during...
View ArticleSmart way of using servers and databases in unity
Hi guys! We are making game which uses Hostinger servers to host our mysqli database and to access the data sends WWW Requests to some php file link on the server and converts that to text, then we...
View ArticleHow to get and show the data from Sql Server database on detection of Target...
Hello, I am developing an Unity 3D project such that, upon scan Target Image need to show the 3D image(Virtual Image) along with details of the 3D Image from SQL Database.The 3D Image details already...
View ArticleVR Highscore with database (SQLite)
Right now i creating a mini game project for my school and i need a highscore table for my game. So i was thinking can i use database and SQL such as SQLite to store the highscore data into database...
View Articleusing databse for "enter name" system
hey guys, i wanted to make in my game "enter your name" system, well i know what i have to do in the inputt field on al of these stuff but i want also to do that player can name himself a name that has...
View ArticleUnityWebRequest returns an empty string
Version: 2019.3.11f1 I tried to add a simple online leaderboard to my game. I created a SQL database and wrote a PHP script which accesses it. So far so good. ---------- The PHP script's URL is the...
View ArticleXampp Query.
Hey Developers, I am using MySql database from xampp for my multiplayer game. I have a simple query that will this work in different devices which do not have the xampp installed??? My game is an...
View Articledoes direct SQL connection with Unity work in Android?
Hello everyone, I know i should have to use webserver, php, etc to connect to a database. That's another issue and not relevant to this one. This is about connecting to a SQL datebase with android...
View ArticleCreate a Dropdown Menu with values from Database
Guys, I need help with my urgent assignment. I never learn the C# language before, but this assignment needs C# to develop. I want to make a dropdown menu with the values from the database which is...
View ArticleSystem.Data.SqlClient.SqlException (0x80131904): System.Net.Security.Native...
I'm trying to connect locally from Unity to Microsoft SQL Server Manager using the code: public void connect(){ Debug.Log("Connecting to Server"); string connectionStr = @"Data Source=localhost;Initial...
View ArticleHiding the SQLite file
I have an SQLite file in my game. (For example: datas.db) But the user sees this file from phone files. Can I hide or encrypt this file?
View ArticleSqlConnection SocketException only in Unity
I have an SQL server database running locally on SQL server management 18 When I run the following script to make a query in a non-unity console application, it works great static void Main(string[]...
View ArticleCan't connect to Database using Windows Authentication in Unity
use sql server Authentication is ok ![alt text][1] but Windows Authentication have error![alt text][2] [1]: /storage/temp/191677-1643105988558.jpg [2]: /storage/temp/191678-1643105968812.jpg
View Articlemssql Integrated Security login failed
![alt text][1] mssql Integrated Security login failed ![alt text][2] [1]: /storage/temp/191715-1643105968812.jpg [2]: /storage/temp/191716-1643106829708.jpg
View ArticleCannot connect to a MS SQL Server database using Windows authentication,...
Cannot connect to a MS SQL Server database using Windows authentication, through the unity. but SqlServer authentication can use. this is my code SqlConnectionStringBuilder scsb = new...
View Articlemssql supported by Unity?
I want to create databases to login into my game If anyone has done this before, can I get a way? Thank you
View ArticleHow to deal with exception: encoding 1256 data could not be found. Make sure...
encoding 1256 data could not be found make sure you have correct international codeset assembly installed and enabled
View Articlehow to send form php data to database?
Hello people im learning how to send data php to sql database. I mounted a localhost web (xampp) and I have a php file what depending of from what section of the web im sending data (garantias or...
View ArticleConverting from WWW to UnityWebRequest
I've been trying to make a register function for a database and have run into an issue with using WWW where I'm told its obsolete and to use UnityWebRequest, however when I switch WWW with...
View Article