- Home /
Question by
Eco-Editor · Feb 28, 2019 at 09:24 AM ·
c#multiplayersqlsqldatabasededicated-server
Building a dedicated server for multiplayer
Hello all,
I'm new to building a dedicated server for multi player. My multiplayer is very simple and based on uni-directional information transformation
what is called pockets I believe
I want to use TCP connection.
I found a tutorial that uses MySQL for writing a server. The tutorial can be found HERE I have a few questions: Is there a free software for using SQL? I found these: Workbench or DBeaver or Oracle SQL Is there a preferable of for using with Unity?
Comment