How to get text from input box and more in script
So I got a couple of questions here. First one is how can I make it to where the Inputbox text can be saved as a string in code/script (preferably C#). This is what i've tried so far with UserInput...
View ArticleNeed help converting javascript to c# script
I got this javascript code i need to convert it to c# and i'm having some troubles. I've tried many things and it just won't convert and work. Here is the code JavaScript Code: #pragma strict private...
View ArticleRegister help
So i'm working with unity and mySQL database and Php. I need it to insert data into the database from this code. It works with connecting to database and all, checks if fields are empty and the check...
View ArticleHow to get text from input box and more in script
So I got a couple of questions here. First one is how can I make it to where the Inputbox text can be saved as a string in code/script (preferably C#). This is what i've tried so far with UserInput...
View ArticleNeed help converting javascript to c# script
I got this javascript code i need to convert it to c# and i'm having some troubles. I've tried many things and it just won't convert and work. Here is the code JavaScript Code: #pragma strict private...
View ArticleRegister help
So i'm working with unity and mySQL database and Php. I need it to insert data into the database from this code. It works with connecting to database and all, checks if fields are empty and the check...
View ArticleStartCoroutine in a static member
Question I have two scripts, one that grabs information from the other and sends information Example : Usage var savedWeapons = PlayerSave.GetWeapons(); Now PlayerSave does this public static string...
View Article