Converting 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Article