- Home /
Too subjective and argumentative
Smart fox+Mysql+unity=log in?
Im working on a mmo space combat game. Im using Smartfox2x for the server, i have it connected to Mysql i followed the tutorial here ( http://docs2x.smartfoxserver.com/GettingStarted/howtos#item3 ) how do i get this to work with unity?
This isn't necessarily a straightforward question. If this server setup you're using is HTTP-based, you can use Unity's WWW classes to send (and read) GET or POST requests to your server. If you need something more complex, then you probably have a lot of reading to do on networking libraries.
Exactly, this isn't a question that can be answered with a straight single answer. You better read their documentation on the Unity API, it seems to be quite comprehensive.
Follow this Question
Related Questions
Photon or SmartFox for Unity4? 1 Answer
not able to connect to sfs(smartfox) server? 0 Answers
Send and recieve variables to all clients using smartfox 0 Answers
help with the WWW Class 1 Answer
Unity Null Reference Error 1 Answer