Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
496 views

Create token in Unity to send post request to Laravel controller

Some time ago I wanted to be able to create a token in Unity and send it to a Laravel Controller for saving logins and user game data to an account. I eventually got this working so I am sharing my ...
UrbanwarfareStudios's user avatar
0 votes
0 answers
171 views

Send post request with content type

I used a php server to communicate with my unity application . I want to send post data with content type so that my php server can use the approriate variable for the content type , for example if i ...
iam1515 2242t's user avatar
0 votes
1 answer
292 views

Timed Events in a Unity WebGL game with a PHP / MySQL Server

I want to make an online WebGL game with Unity with button based interaction. So far I have my login and registration system, with some tables in MySQL to deal with that kind of stuff. Next I need ...
Somberlain's user avatar
0 votes
1 answer
1k views

Retrieve multiple images from MySql database via Unity C#

We could say that we are beginners, We can consult and show our data (text) from Mysql but the images don´t show in Unity. Need some help! We hace tried almost everything! We can someone help us. in ...
GUSTAVO's user avatar
1 vote
1 answer
2k views

Unity3D: Facebook login into the game + Verification on Server Side

I don't need to know the specific code required for that, but I want to understand at high level how can I implement that and what SDKs I have to use to achieve that. Facebook PHP SDKs: Ok If I want ...
CoffeDeveloper's user avatar
0 votes
1 answer
755 views

unable to send or update data into my mysql database using unity

I am trying to save user scores into my data base so i have deveoped backend on php and mysql datbase. All the things are complete but having issues to send or receive data through my unity WWW class. ...
Muhammad Faizan Khan's user avatar
-1 votes
3 answers
4k views

How do I make a highscore database for Unity?

I have been looking around, but I haven't found the perfect answer, yet. I want to to send scores from Unity to a database, without a username, and display the high scores in the highscore menu. How ...
MrTopGamer's user avatar
0 votes
1 answer
3k views

Accessing a database with a php script from Unity mobile game

So I am attempting to keep track of some user data in my game that I am creating in Unity 3d. I am using Unity's WWW class to do this. I am following this tutorial: http://wiki.unity3d.com/index.php?...
sabo's user avatar
  • 237
0 votes
1 answer
1k views

What is the correct way to authenticate a player with password from Unity to a php api server?

So, I have a game in Unity for mobiles that gives you the possibility to sign-up with username, email and password to unlock extra features. The datas are sent, through a POST request, to a PHP+MYSQL ...
Erik's user avatar
  • 326
2 votes
1 answer
14k views

Sending POST data with WWW in Unity C#

I would like to use Unity's WWW class to send a an HTTP request with POST data. So in my server, my PHP script can do something like $number = $_POST["NUMBER"]; ...
Saturn's user avatar
  • 1,763