I am about to begin making a game. It will be online in the future but for now I was wondering. Would it be possible for me to make a program with microsoft visual C# express that basicly works as a database. A never ending list, a player makes an account in the game, the game calls upon the program made with MS express, adds the players info. The player tries to login to the game, calls upon the program and retrieves the information. Basicly importing/exporting data between unity and the program.
Would this type of system work?
Oh okay. I tried something with php but I couldn't find a free website service that supported php uploads to the server.
– JoshMBeyerFree ones usually have a lot for restrictions.What i was doing was creating a JSON of the current status of the objects in server then reading int in Unity and compare results to understand if the user cheated or not.
– Nidre