Hi,
i want to run a dedicated game server on a linux system. Could i handle this with unity by itself or is it better / necessary to install a server system? Which would be the best server system for this case? Smartfox?
For now, i don’t need any functionality to handle real time sync, cause i work on a turn based game. The server side has to handle all the game logic and send the new game date for every new round the clients, which update themselves based on that data.
Note: I don’t want to code php scripts or things like that (only if it’s really necessary :o)).
What would be the best way to handle this?